aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2019-07-08 11:14:10 +0000
committerSam Clegg <sbc@chromium.org>2019-07-08 11:14:10 +0000
commitb75638b9b743d49ac0db1bd667a5a1bf44089249 (patch)
treed54656891f4841b99acc40e442a9735373645ae1
parenta627a2bdc66e20baff1445ac0ba2662d20d9f978 (diff)
[lld] Use -o /dev/null in test when output is not needed.
Fix for feedback nit from rL364998 git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@365310 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/ELF/archive-no-index.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/archive-no-index.s b/test/ELF/archive-no-index.s
index adaeaf926..e59274cfa 100644
--- a/test/ELF/archive-no-index.s
+++ b/test/ELF/archive-no-index.s
@@ -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: