summaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-06-14 19:59:22 +0000
committerReid Kleckner <rnk@google.com>2018-06-14 19:59:22 +0000
commitdf9c3289ad2a41340d3ebfa425fb50877e0aa5e9 (patch)
treef2e929a4ca36f91708ef18b42c4b5582e2c9be60 /lld
parent57d8c641c4dfbb5bae222f84a7a00bddfc6a13a3 (diff)
Fix wasm responsefile lld test on Windows
Diffstat (limited to 'lld')
-rw-r--r--lld/test/wasm/responsefile.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/wasm/responsefile.test b/lld/test/wasm/responsefile.test
index d5e262c3bb8..11f805997b2 100644
--- a/lld/test/wasm/responsefile.test
+++ b/lld/test/wasm/responsefile.test
@@ -1,10 +1,10 @@
RUN: llc -filetype=obj -o %t.o %p/Inputs/ret32.ll
-RUN: echo "%t.o -o %t.wasm -e ret32" > %t.rsp
+RUN: echo "%/t.o -o %/t.wasm -e ret32" > %t.rsp
RUN: wasm-ld @%t.rsp --initial-memory=655360
RUN: llvm-readobj --sections %t.wasm | FileCheck %s
CHECK: InitialPages: 10
RUN: echo "blah\foo" > %t.rsp
RUN: not wasm-ld @%t.rsp 2>&1 | FileCheck --check-prefix=ESCAPE %s
-ESCAPE: error: cannot open blahfoo: No such file or directory
+ESCAPE: error: cannot open blahfoo: {{[Nn]}}o such file or directory