summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/gc-absolute.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/gc-absolute.s')
-rw-r--r--lld/test/ELF/gc-absolute.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/gc-absolute.s b/lld/test/ELF/gc-absolute.s
index 29e671678ee..bd0870c263a 100644
--- a/lld/test/ELF/gc-absolute.s
+++ b/lld/test/ELF/gc-absolute.s
@@ -1,7 +1,7 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
-# RUN: ld.lld %t -o %t2 -shared --gc-sections
+# RUN: ld.lld %t -o /dev/null -shared --gc-sections
.global foo
foo = 0x123
OpenPOWER on IntegriCloud