Skip to content

Commit fad6010

Browse files
committed
[lldb/test] Update error message in debug-types-signature-loop.s
The error message changed in D144664.
1 parent f8d10d5 commit fad6010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/DWARF/x86/debug-types-signature-loop.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# RUN: ld.lld %t.o -o %t
55
# RUN: %lldb %t -o "target variable e" -b | FileCheck %s
66

7-
# CHECK: e = <could not resolve type>
7+
# CHECK: Error: 'Unable to determine byte size.'
88

99
.type e,@object # @e
1010
.section .rodata,"a",@progbits

0 commit comments

Comments
 (0)