diff options
-rw-r--r-- | lld/test/wasm/reproduce.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/wasm/reproduce.ll b/lld/test/wasm/reproduce.ll index e36d04b7853..b00727e3b3e 100644 --- a/lld/test/wasm/reproduce.ll +++ b/lld/test/wasm/reproduce.ll @@ -2,7 +2,7 @@ ; RUN: rm -rf %t.dir ; RUN: mkdir -p %t.dir ; RUN: llc -filetype=obj %s -o %t.dir/foo.o -; RUN: wasm-ld --reproduce=%t.dir/repro.tar -o out.wasm %t.dir/foo.o +; RUN: wasm-ld --reproduce=%t.dir/repro.tar -o %t.dir/out.wasm %t.dir/foo.o ; RUN: cd %t.dir ; RUN: tar tf repro.tar | FileCheck --check-prefix=TAR %s @@ -14,7 +14,7 @@ ; RUN: tar xf repro.tar ; RUN: FileCheck --check-prefix=RSP %s < repro/response.txt -; RSP: -o out.wasm +; RSP: -o {{.*}}out.wasm ; RSP: {{.*}}/foo.o ; RUN: FileCheck %s --check-prefix=VERSION < repro/version.txt |