Skip to content

Commit 33e9bd1

Browse files
Merge pull request #6533 from felipepiovezan/felipe/fix_ubuntu_test
[cherry-pick][lldb/test] Update error message in debug-types-signature-loop.s
2 parents 442d36f + 86b7ccb commit 33e9bd1

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)