summaryrefslogtreecommitdiff
path: root/test/ELF/tls-error.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/tls-error.s')
-rw-r--r--test/ELF/tls-error.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/tls-error.s b/test/ELF/tls-error.s
index b61789901049d..989a63eb709b3 100644
--- a/test/ELF/tls-error.s
+++ b/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