summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/fatal-warnings.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/fatal-warnings.s')
-rw-r--r--lld/test/ELF/fatal-warnings.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/fatal-warnings.s b/lld/test/ELF/fatal-warnings.s
index 0bc2a2b4447..51f2864a059 100644
--- a/lld/test/ELF/fatal-warnings.s
+++ b/lld/test/ELF/fatal-warnings.s
@@ -2,11 +2,11 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t1.o
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/warn-common.s -o %t2.o
-# RUN: ld.lld --warn-common %t1.o %t2.o -o %t1.out 2>&1 | \
+# RUN: ld.lld --warn-common %t1.o %t2.o -o /dev/null 2>&1 | \
# RUN: FileCheck -check-prefix=ERR %s
# ERR: multiple common of
-# RUN: not ld.lld --warn-common --fatal-warnings %t1.o %t2.o -o %t2.out 2>&1 | \
+# RUN: not ld.lld --warn-common --fatal-warnings %t1.o %t2.o -o /dev/null 2>&1 | \
# RUN: FileCheck -check-prefix=ERR %s
.globl _start
OpenPOWER on IntegriCloud