forked from OSchip/llvm-project
Fix test failure.
I forgot to submit a last-minute change to the last patch. llvm-svn: 361249
This commit is contained in:
parent
9c56326934
commit
d3f27f2bf4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue