Skip to content

Commit 741543e

Browse files
committed
Remove duplicated command line argument in one of the test-cases.
1 parent 7df4364 commit 741543e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/COFF/thin-archive.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# LOAD_THIN_WHOLE: Loaded {{.*}}.obj for <whole-archive>
3939

4040
# RUN: rm %t.lib.obj
41-
# RUN: lld-link @%t.rsp %t.lib /out:%t.exe 2>&1 | \
41+
# RUN: lld-link @%t.rsp %t.lib 2>&1 | \
4242
# RUN: FileCheck --check-prefix=ERR --allow-empty %s
4343
# RUN: env LLD_IN_TEST=1 not lld-link @%t.rsp %t_thin.lib 2>&1 | \
4444
# RUN: FileCheck --check-prefix=NOOBJ %s

0 commit comments

Comments
 (0)