Author: steveire
Date: Mon Jan 21 01:54:31 2019
New Revision: 351733
URL: http://llvm.org/viewvc/llvm-project?rev=351733&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=351733&r1=351732&r2=351733&view=diff
==============================================================================
--- lldb/trunk/lit/SymbolFile/NativePDB/function-types-classes.cpp (original)
+++ lldb/trunk/lit/SymbolFile/NativePDB/function-types-classes.cpp Mon Jan 21
01:54:31 2019
@@ -121,7 +121,7 @@ auto incomplete = &three<Incomplete*, In
// CHECK: | `-CXXRecordDecl {{.*}} struct S
// CHECK: |-NamespaceDecl {{.*}} A
// CHECK: | |-CXXRecordDecl {{.*}} struct C
-// CHECK: | | |-CXXRecordDecl {{.*}} struct S
+// CHECK: | | `-CXXRecordDecl {{.*}} struct S
// CHECK: | `-NamespaceDecl {{.*}} B
// CHECK: | `-CXXRecordDecl {{.*}} struct S
// CHECK: |-VarDecl {{.*}} e 'A::B::S *(*)(B::A::S *, A::C::S &)'
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits