[Lldb-commits] [lldb] r351733 - Fix test after AST dump output change

Stephen Kelly via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 21 01:54:31 PST 2019


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 &)'




More information about the lldb-commits mailing list