summaryrefslogtreecommitdiff
path: root/test/ARCMT
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-04-28 05:02:52 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-04-28 05:02:52 +0000
commit3e7a9b8ead795a837733728daf71f35987645174 (patch)
treef20006a6ac74a3d20ad425883cae6279c9ebb1c6 /test/ARCMT
parent0be61ba43697c9e976aa549fe2ad669dcfc530a8 (diff)
clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ARCMT')
-rw-r--r--test/ARCMT/remap-applying.c2
-rw-r--r--test/ARCMT/remap-applying.c.result2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ARCMT/remap-applying.c b/test/ARCMT/remap-applying.c
index b6280bf938..dee2e391d5 100644
--- a/test/ARCMT/remap-applying.c
+++ b/test/ARCMT/remap-applying.c
@@ -1,4 +1,4 @@
a bc
-// RUN: echo "[{\"file\": \"%s\", \"offset\": 1, \"remove\": 2, }]" > %t.remap
+// RUN: echo "[{\"file\": \"%/s\", \"offset\": 1, \"remove\": 2, }]" > %t.remap
// RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %s.result
diff --git a/test/ARCMT/remap-applying.c.result b/test/ARCMT/remap-applying.c.result
index 975dc9e431..514e9c2649 100644
--- a/test/ARCMT/remap-applying.c.result
+++ b/test/ARCMT/remap-applying.c.result
@@ -1,4 +1,4 @@
ac
-// RUN: echo "[{\"file\": \"%s\", \"offset\": 1, \"remove\": 2, }]" > %t.remap
+// RUN: echo "[{\"file\": \"%/s\", \"offset\": 1, \"remove\": 2, }]" > %t.remap
// RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %s.result