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

Stephen Kelly via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 21 11:18:10 PST 2019


Author: steveire
Date: Mon Jan 21 11:18:10 2019
New Revision: 351760

URL: http://llvm.org/viewvc/llvm-project?rev=351760&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=351760&r1=351759&r2=351760&view=diff
==============================================================================
--- lldb/trunk/lit/SymbolFile/NativePDB/function-types-classes.cpp (original)
+++ lldb/trunk/lit/SymbolFile/NativePDB/function-types-classes.cpp Mon Jan 21 11:18:10 2019
@@ -134,7 +134,7 @@ auto incomplete = &three<Incomplete*, In
 // CHECK: |-VarDecl {{.*}} h 'TC<void> (*)(TC<int>, TC<TC<int>>, TC<A::B::S>)'
 // CHECK: |-VarDecl {{.*}} i 'A::B::S (*)()'
 // CHECK: |-CXXRecordDecl {{.*}} struct Incomplete
-// CHECK: |-VarDecl {{.*}} incomplete 'Incomplete *(*)(Incomplete **, const Incomplete *)'
+// CHECK: `-VarDecl {{.*}} incomplete 'Incomplete *(*)(Incomplete **, const Incomplete *)'
 
 int main(int argc, char **argv) {
   return 0;




More information about the lldb-commits mailing list