Skip to content

Commit 2f78f94

Browse files
committed
[LLDB][NativePDB] Fix subfield_register_simple_type.s test
1 parent 3430ae1 commit 2f78f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/NativePDB/subfield_register_simple_type.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# clang-format off
22
# REQUIRES: lld, x86
33

4-
# RUN: %clang_cl --target=i386-windows-msvc -c /Fo%t.obj %s
4+
# RUN: %clang_cl --target=i386-windows-msvc -c /Fo%t.obj -- %s
55
# RUN: lld-link /debug:full /nodefaultlib /entry:main %t.obj /out:%t.exe /base:0x400000
66
# RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -s \
77
# RUN: %p/Inputs/subfield_register_simple_type.lldbinit 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)