Skip to content

Commit 46ae796

Browse files
authored
Merge pull request #1158 from fredriss/fix-test-after-bogus-update
Revert part of be11447
2 parents ee96ce9 + 568120b commit 46ae796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ RUN: %lldb %t -b -o "type lookup EC" | FileCheck --check-prefix=LOOKUPEC %s
1515
LOOKUPEC: no type was found matching 'EC'
1616

1717
RUN: %lldb %t -b -o "print (E) 1" 2>&1 | FileCheck --check-prefix=PRINTE %s
18-
PRINTE: cannot find 'E' in scope
18+
PRINTE: use of undeclared identifier 'E'
1919

2020
RUN: %lldb %t -b -o "print (EC) 1" 2>&1 | FileCheck --check-prefix=PRINTEC %s
21-
PRINTEC: cannot find 'EC' in scope
21+
PRINTEC: use of undeclared identifier 'EC'
2222

2323
RUN: %lldb %t -b -o "target variable a e ec" | FileCheck --check-prefix=VARS %s
2424
VARS: (const (anonymous struct)) a = {}

0 commit comments

Comments
 (0)