diff options
Diffstat (limited to 'lld/test/ELF/eh-frame-rel.s')
-rw-r--r-- | lld/test/ELF/eh-frame-rel.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/eh-frame-rel.s b/lld/test/ELF/eh-frame-rel.s index a417dc12608..d633e6a082e 100644 --- a/lld/test/ELF/eh-frame-rel.s +++ b/lld/test/ELF/eh-frame-rel.s @@ -1,6 +1,6 @@ // REQUIRES: x86 // RUN: llvm-mc -filetype=obj -triple=i686-pc-linux %s -o %t.o -// RUN: ld.lld %t.o %t.o -o %t -shared +// RUN: ld.lld %t.o %t.o -o /dev/null -shared // We used to try to read the relocations as RELA and error out .cfi_startproc |