From 4fabc97c432a43f0c8efc0b307ca9741b016a66c Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Wed, 12 Jul 2017 11:34:14 +0000 Subject: Revert r307769 (Forgot to mention the name of the contributor). llvm-svn: 307770 --- clang/test/Index/print-type-declaration.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'clang/test') diff --git a/clang/test/Index/print-type-declaration.cpp b/clang/test/Index/print-type-declaration.cpp index a0953d1e563..31c0a73fcd0 100644 --- a/clang/test/Index/print-type-declaration.cpp +++ b/clang/test/Index/print-type-declaration.cpp @@ -7,13 +7,6 @@ int main() auto b = a; } -enum RegularEnum {}; - -enum class ScopedEnum {}; - // RUN: c-index-test -test-print-type-declaration -std=c++11 %s | FileCheck %s // CHECK: VarDecl=a:6:8 (Definition) [typedeclaration=Test] [typekind=Record] // CHECK: VarDecl=b:7:8 (Definition) [typedeclaration=Test] [typekind=Record] -// CHECK: EnumDecl=RegularEnum:10:6 (Definition) [typedeclaration=RegularEnum] [typekind=Enum] -// CHECK: EnumDecl=ScopedEnum:12:12 (Definition) (scoped) [typedeclaration=ScopedEnum] [typekind=Enum] - -- cgit v1.2.3