Skip to content

Commit 878c08b

Browse files
fix test
1 parent 135ed70 commit 878c08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/Shell/SymbolFile/DWARF/x86/dwo-type-in-main-file.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# file.
44

55
# RUN: mkdir -p %t.dir
6-
# RUN: llvm-mc %s -o %t --triple=x86_64-pc-linux --filetype=obj --defsym MAIN=0
6+
# RUN: llvm-mc %s -o %t.dir/obj.o --triple=x86_64-pc-linux --filetype=obj --defsym MAIN=0
77
# RUN: llvm-mc %s -o %t.dir/dwo-type-in-main-file-cu2.dwo --triple=x86_64-pc-linux --filetype=obj --defsym DWO=0
8-
# RUN: %lldb %t -o "target var a" -b 2>&1 | FileCheck %s
8+
# RUN: %lldb %t.dir/obj.o -o "target var a" -b 2>&1 | FileCheck %s
99

1010
# CHECK: (A) a = (b = 47)
1111

0 commit comments

Comments
 (0)