Skip to content

Commit 556ec99

Browse files
committed
[lld] Use -o /dev/null in test when output is not needed.
Fix for feedback nit from rL364998 llvm-svn: 365310
1 parent 9285bf0 commit 556ec99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/archive-no-index.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# RUN: rm -f %t.a
66
# RUN: llvm-ar crS %t.a %t.archive.o
77

8-
# RUN: not ld.lld -o out.wasm %t.o %t.a 2>&1 | FileCheck %s
8+
# RUN: not ld.lld -o /dev/null %t.o %t.a 2>&1 | FileCheck %s
99

1010
.globl _start
1111
_start:

0 commit comments

Comments
 (0)