summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Index/print-type-declaration.cpp7
1 files changed, 0 insertions, 7 deletions
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]
-
OpenPOWER on IntegriCloud