summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/incompatible-section-flags.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/incompatible-section-flags.s')
-rw-r--r--lld/test/ELF/incompatible-section-flags.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/incompatible-section-flags.s b/lld/test/ELF/incompatible-section-flags.s
index bb4a556d3af..30bbe75d766 100644
--- a/lld/test/ELF/incompatible-section-flags.s
+++ b/lld/test/ELF/incompatible-section-flags.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 -shared %t.o -o %t 2>&1 | FileCheck %s
+// RUN: not ld.lld -shared %t.o -o /dev/null 2>&1 | FileCheck %s
// CHECK: error: incompatible section flags for .foo
// CHECK-NEXT: >>> {{.*}}incompatible-section-flags.s.tmp.o:(.foo): 0x3
OpenPOWER on IntegriCloud