Fix a test whose output changed.
authorZachary Turner <zturner@google.com>
Fri, 9 Nov 2018 01:09:10 +0000 (01:09 +0000)
committerZachary Turner <zturner@google.com>
Fri, 9 Nov 2018 01:09:10 +0000 (01:09 +0000)
A previous commit fixed an issue with our AST generation where
we were outputting enum decls incorrectly.  But we forgot to
update the test output.  This patch updates the test output
accordingly.

llvm-svn: 346459

lldb/lit/SymbolFile/NativePDB/global-classes.cpp

index d296369bb8fd21adf9178a08cefe0da4aee18e58..0da3a456c16fd97a040f8bd889cadd70fa4caf0d 100644 (file)
@@ -304,8 +304,8 @@ constexpr References ReferencesInstance;
 // CHECK: | |-FieldDecl {{.*}} o 'long long'
 // CHECK: | `-FieldDecl {{.*}} p 'int [5]'
 // CHECK: |-EnumDecl {{.*}} EnumType
-// CHECK: | |-EnumConstantDecl {{.*}} A 'unsigned int'
-// CHECK: | `-EnumConstantDecl {{.*}} B 'unsigned int'
+// CHECK: | |-EnumConstantDecl {{.*}} A 'EnumType'
+// CHECK: | `-EnumConstantDecl {{.*}} B 'EnumType'
 // CHECK: |-CXXRecordDecl {{.*}} struct DerivedClass definition
 // CHECK: | |-public 'BaseClass<int>'
 // CHECK: | `-FieldDecl {{.*}} DerivedMember 'int'