summaryrefslogtreecommitdiffstats
path: root/test/Index/remap-load.c
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-12-05 20:13:27 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-12-05 20:13:27 +0000
commit0086f5b79b56ebf3d0b357a6f69b22bab279d572 (patch)
tree3585b5e81becf13bca3a1dc83cf95f76f9aca33e /test/Index/remap-load.c
parent6da1f17beaf658f49341dd90c2fa3723a78be49d (diff)
[c-index-test] For the '-remap-file' option use a comma for separator which is more
Windows friendly than the colon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/remap-load.c')
-rw-r--r--test/Index/remap-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/remap-load.c b/test/Index/remap-load.c
index 973a9477c9..f433fa7eac 100644
--- a/test/Index/remap-load.c
+++ b/test/Index/remap-load.c
@@ -1,4 +1,4 @@
-// RUN: c-index-test -test-load-source all -remap-file="%s:%S/Inputs/remap-load-to.c" %s | FileCheck -check-prefix=CHECK %s
+// RUN: c-index-test -test-load-source all -remap-file="%s,%S/Inputs/remap-load-to.c" %s | FileCheck -check-prefix=CHECK %s
// CHECK: remap-load.c:1:5: FunctionDecl=foo:1:5 (Definition) Extent=[1:1 - 3:2]
// CHECK: remap-load.c:1:13: ParmDecl=parm1:1:13 (Definition) Extent=[1:9 - 1:18]