diff options
Diffstat (limited to 'lld/test/ELF/relocation-none-i686.test')
-rw-r--r-- | lld/test/ELF/relocation-none-i686.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/relocation-none-i686.test b/lld/test/ELF/relocation-none-i686.test index d8eed8f7a12..82dc4e608c0 100644 --- a/lld/test/ELF/relocation-none-i686.test +++ b/lld/test/ELF/relocation-none-i686.test @@ -1,5 +1,5 @@ # RUN: yaml2obj %s -o %t.o -# RUN: ld.lld %t.o -o %t.out +# RUN: ld.lld %t.o -o /dev/null # Test that we can handle R_386_NONE. |