diff options
| author | Rui Ueyama <ruiu@google.com> | 2019-05-21 12:01:16 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2019-05-21 12:01:16 +0000 |
| commit | d3f27f2bf4461d48c9b89732209c4186a7ef3cdd (patch) | |
| tree | 29f13ea40881f2b8a27749ce00c73a525d34881d | |
| parent | 9c5632693426903daf303c78303b9c282045ccf8 (diff) | |
| download | llvm-d3f27f2bf4461d48c9b89732209c4186a7ef3cdd.zip llvm-d3f27f2bf4461d48c9b89732209c4186a7ef3cdd.tar.gz llvm-d3f27f2bf4461d48c9b89732209c4186a7ef3cdd.tar.bz2 | |
Fix test failure.
I forgot to submit a last-minute change to the last patch.
llvm-svn: 361249
| -rw-r--r-- | lld/test/wasm/reproduce.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/reproduce.ll b/lld/test/wasm/reproduce.ll index ca88cb4..e36d04b 100644 --- a/lld/test/wasm/reproduce.ll +++ b/lld/test/wasm/reproduce.ll @@ -5,7 +5,7 @@ ; RUN: wasm-ld --reproduce=%t.dir/repro.tar -o out.wasm %t.dir/foo.o ; RUN: cd %t.dir -; RUN: tar tf repro.tar | FileCheck --check-prefix=TAR +; RUN: tar tf repro.tar | FileCheck --check-prefix=TAR %s ; TAR: repro/response.txt ; TAR: repro/version.txt |
