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


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to