We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee96ce9 + 568120b commit 46ae796Copy full SHA for 46ae796
lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test
@@ -15,10 +15,10 @@ RUN: %lldb %t -b -o "type lookup EC" | FileCheck --check-prefix=LOOKUPEC %s
15
LOOKUPEC: no type was found matching 'EC'
16
17
RUN: %lldb %t -b -o "print (E) 1" 2>&1 | FileCheck --check-prefix=PRINTE %s
18
-PRINTE: cannot find 'E' in scope
+PRINTE: use of undeclared identifier 'E'
19
20
RUN: %lldb %t -b -o "print (EC) 1" 2>&1 | FileCheck --check-prefix=PRINTEC %s
21
-PRINTEC: cannot find 'EC' in scope
+PRINTEC: use of undeclared identifier 'EC'
22
23
RUN: %lldb %t -b -o "target variable a e ec" | FileCheck --check-prefix=VARS %s
24
VARS: (const (anonymous struct)) a = {}
0 commit comments