[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:
Sam Clegg 2019-07-08 11:14:10 +00:00
parent 9285bf0fb9
commit 556ec990e9
1 changed files with 1 additions and 1 deletions

View File

@ -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: