summaryrefslogtreecommitdiffstats
path: root/test/Index/remap-load.c
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-12-05 08:19:18 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-12-05 08:19:18 +0000
commit7a29d5e7d8710d5c69604d65bb486791c541b870 (patch)
tree54746c7ad7896d35af97fc0bc7eaa2eca66a22f7 /test/Index/remap-load.c
parent4e57be3aa1dec7858977cc97de5656ced5ab46e1 (diff)
[c-index-test] For the '-remap-file=' option use ':' instead of ';' for separator.
lldb does not like semicolon as part of an option. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196485 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 260887469f..973a9477c9 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]