[Lldb-commits] [lldb] 59b5581 - Speculative fix for windows test

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 12 14:51:36 PDT 2023


Author: Adrian Prantl
Date: 2023-06-12T14:51:24-07:00
New Revision: 59b55818337b59f3e75511d9fb2b0b7b5e3d14a7

URL: https://github.com/llvm/llvm-project/commit/59b55818337b59f3e75511d9fb2b0b7b5e3d14a7
DIFF: https://github.com/llvm/llvm-project/commit/59b55818337b59f3e75511d9fb2b0b7b5e3d14a7.diff

LOG: Speculative fix for windows test

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp b/lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp
index f81f91af661bb..a249057282d89 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp
@@ -13,7 +13,7 @@
 // CHECK: (lldb) expression d
 // CHECK: (D) $1 = {}
 // CHECK: (lldb) expression static_e_ref
-// CHECK: error: {{.*}}: incomplete type 'E' where a complete type is required
+// CHECK: error: {{.*}}incomplete type 'E' where a complete type is required
 // CHECK: static_e_ref
 // CHECK: ^
 


        


More information about the lldb-commits mailing list