Author: Michael Buch Date: 2023-06-12T19:33:10+01:00 New Revision: 73927d574f57c1bdf792e2cefe2974b7e9375ed6
URL: https://github.com/llvm/llvm-project/commit/73927d574f57c1bdf792e2cefe2974b7e9375ed6 DIFF: https://github.com/llvm/llvm-project/commit/73927d574f57c1bdf792e2cefe2974b7e9375ed6.diff LOG: [lldb][test] incomplete-tag-type.cpp: fix expected error message Follow up to 133c3eaac0a532380c3d6ad21a60da1490f51fb8 Differential Revision: https://reviews.llvm.org/D152590 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 f27b186345224..f81f91af661bb 100644 --- a/lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp +++ b/lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp @@ -13,7 +13,6 @@ // CHECK: (lldb) expression d // CHECK: (D) $1 = {} // CHECK: (lldb) expression static_e_ref -// CHECK: error: expression failed to parse: // CHECK: error: {{.*}}: incomplete type 'E' where a complete type is required // CHECK: static_e_ref // CHECK: ^ _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits