summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/tls-error.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/tls-error.s')
-rw-r--r--lld/test/ELF/tls-error.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/tls-error.s b/lld/test/ELF/tls-error.s
index b6178990104..989a63eb709 100644
--- a/lld/test/ELF/tls-error.s
+++ b/lld/test/ELF/tls-error.s
@@ -1,6 +1,6 @@
// REQUIRES: x86
// RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
-// RUN: not ld.lld %t -o %tout 2>&1 | FileCheck %s
+// RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s
// CHECK: R_X86_64_TPOFF32 out of range
.global _start
OpenPOWER on IntegriCloud