diff --git a/lld/test/ELF/linkerscript/outputarch.s b/lld/test/ELF/linkerscript/outputarch.s index 99089615cb17..3e46f86af879 100644 --- a/lld/test/ELF/linkerscript/outputarch.s +++ b/lld/test/ELF/linkerscript/outputarch.s @@ -7,4 +7,3 @@ # RUN: echo "OUTPUT_ARCH(x, y)" > %t.script # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s -o %t1 # RUN: not ld.lld -shared -o %t2 %t1 %t.script -# RUN: llvm-readobj %t2 > /dev/null