[Lldb-commits] [lldb] r351707 - Fix test after AST dump output change
Stephen Kelly via lldb-commits
lldb-commits at lists.llvm.org
Sun Jan 20 15:46:30 PST 2019
Author: steveire
Date: Sun Jan 20 15:46:30 2019
New Revision: 351707
URL: http://llvm.org/viewvc/llvm-project?rev=351707&view=rev
Log:
Fix test after AST dump output change
Modified:
lldb/trunk/lit/SymbolFile/NativePDB/function-types-classes.cpp
Modified: lldb/trunk/lit/SymbolFile/NativePDB/function-types-classes.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/SymbolFile/NativePDB/function-types-classes.cpp?rev=351707&r1=351706&r2=351707&view=diff
==============================================================================
--- lldb/trunk/lit/SymbolFile/NativePDB/function-types-classes.cpp (original)
+++ lldb/trunk/lit/SymbolFile/NativePDB/function-types-classes.cpp Sun Jan 20 15:46:30 2019
@@ -118,7 +118,7 @@ auto incomplete = &three<Incomplete*, In
// CHECK: |-VarDecl {{.*}} d 'C (*)(const volatile U *, const volatile E &, const volatile S &&)'
// CHECK: |-CXXRecordDecl {{.*}} struct B
// CHECK: | `-CXXRecordDecl {{.*}} struct A
-// CHECK: | |-CXXRecordDecl {{.*}} struct S
+// CHECK: | `-CXXRecordDecl {{.*}} struct S
// CHECK: |-NamespaceDecl {{.*}} A
// CHECK: | |-CXXRecordDecl {{.*}} struct C
// CHECK: | | |-CXXRecordDecl {{.*}} struct S
More information about the lldb-commits
mailing list