[lldb][test] incomplete-tag-type.cpp: fix expected error message
authorMichael Buch <michaelbuch12@gmail.com>
Mon, 12 Jun 2023 18:31:24 +0000 (19:31 +0100)
committerMichael Buch <michaelbuch12@gmail.com>
Mon, 12 Jun 2023 18:33:10 +0000 (19:33 +0100)
Follow up to 133c3eaac0a532380c3d6ad21a60da1490f51fb8

Differential Revision: https://reviews.llvm.org/D152590

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

index f27b186..f81f91a 100644 (file)
@@ -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: ^