[lld] r361249 - Fix test failure.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 05:01:16 PDT 2019
Author: ruiu
Date: Tue May 21 05:01:16 2019
New Revision: 361249
URL: http://llvm.org/viewvc/llvm-project?rev=361249&view=rev
Log:
Fix test failure.
I forgot to submit a last-minute change to the last patch.
Modified:
lld/trunk/test/wasm/reproduce.ll
Modified: lld/trunk/test/wasm/reproduce.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/wasm/reproduce.ll?rev=361249&r1=361248&r2=361249&view=diff
==============================================================================
--- lld/trunk/test/wasm/reproduce.ll (original)
+++ lld/trunk/test/wasm/reproduce.ll Tue May 21 05:01:16 2019
@@ -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
More information about the llvm-commits
mailing list