diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-04-28 05:02:52 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-04-28 05:02:52 +0000 |
commit | 6e256873e40aacd59fa7a6e3103686693741d4d1 (patch) | |
tree | 319acc63862348786aa05d03e3ede1e217b4775c | |
parent | 0e03e74e950be8e0946530ab48ce3ab2709b2272 (diff) | |
download | bcm5719-llvm-6e256873e40aacd59fa7a6e3103686693741d4d1.tar.gz bcm5719-llvm-6e256873e40aacd59fa7a6e3103686693741d4d1.zip |
clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1).
llvm-svn: 301619
-rw-r--r-- | clang/test/ARCMT/remap-applying.c | 2 | ||||
-rw-r--r-- | clang/test/ARCMT/remap-applying.c.result | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/ARCMT/remap-applying.c b/clang/test/ARCMT/remap-applying.c index b6280bf9387..dee2e391d5b 100644 --- a/clang/test/ARCMT/remap-applying.c +++ b/clang/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/clang/test/ARCMT/remap-applying.c.result b/clang/test/ARCMT/remap-applying.c.result index 975dc9e4312..514e9c26491 100644 --- a/clang/test/ARCMT/remap-applying.c.result +++ b/clang/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 |