diff options
| -rw-r--r-- | lld/test/ELF/archive-no-index.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/archive-no-index.s b/lld/test/ELF/archive-no-index.s index adaeaf92697..e59274cfa43 100644 --- a/lld/test/ELF/archive-no-index.s +++ b/lld/test/ELF/archive-no-index.s @@ -5,7 +5,7 @@ # RUN: rm -f %t.a # RUN: llvm-ar crS %t.a %t.archive.o -# RUN: not ld.lld -o out.wasm %t.o %t.a 2>&1 | FileCheck %s +# RUN: not ld.lld -o /dev/null %t.o %t.a 2>&1 | FileCheck %s .globl _start _start: |

