From: NAKAMURA Takumi Date: Fri, 28 Apr 2017 05:02:52 +0000 (+0000) Subject: clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e7a9b8ead795a837733728daf71f35987645174;p=clang 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 --- 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