forked from OSchip/llvm-project
[lld] Use -o /dev/null in test when output is not needed.
Fix for feedback nit from rL364998 llvm-svn: 365310
This commit is contained in:
parent
9285bf0fb9
commit
556ec990e9
|
@ -5,7 +5,7 @@
|
|||
# RUN: rm -f %t.a
|
||||
# RUN: llvm-ar crS %t.a %t.archive.o
|
||||
|
||||
# RUN: not ld.lld -o out.wasm %t.o %t.a 2>&1 | FileCheck %s
|
||||
# RUN: not ld.lld -o /dev/null %t.o %t.a 2>&1 | FileCheck %s
|
||||
|
||||
.globl _start
|
||||
_start:
|
||||
|
|
Loading…
Reference in New Issue