summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/merge-string-error.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/merge-string-error.s')
-rw-r--r--lld/test/ELF/merge-string-error.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/merge-string-error.s b/lld/test/ELF/merge-string-error.s
index 78895cecca9..70a361b6ccd 100644
--- a/lld/test/ELF/merge-string-error.s
+++ b/lld/test/ELF/merge-string-error.s
@@ -1,6 +1,6 @@
// REQUIRES: x86
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
-// RUN: not ld.lld %t.o -o %t.so -shared 2>&1 | FileCheck %s
+// RUN: not ld.lld %t.o -o /dev/null -shared 2>&1 | FileCheck %s
.section .rodata.str1.1,"aMS",@progbits,1
.asciz "abc"
OpenPOWER on IntegriCloud