diff options
Diffstat (limited to 'llvm/test/MC/ELF/dwo-restrict-relocs.s')
-rw-r--r-- | llvm/test/MC/ELF/dwo-restrict-relocs.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/dwo-restrict-relocs.s b/llvm/test/MC/ELF/dwo-restrict-relocs.s index b624d40aad7..1bc15101b23 100644 --- a/llvm/test/MC/ELF/dwo-restrict-relocs.s +++ b/llvm/test/MC/ELF/dwo-restrict-relocs.s @@ -1,4 +1,4 @@ -// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t1 -split-dwarf-file %t2 2>&1 | FileCheck %s +// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o /dev/null -split-dwarf-file %t2 2>&1 | FileCheck %s // CHECK: error: A relocation may not refer to a dwo section .quad .foo.dwo |