diff options
Diffstat (limited to 'clang/test/Index/Inputs/crash-recovery-code-complete-remap.c')
-rw-r--r-- | clang/test/Index/Inputs/crash-recovery-code-complete-remap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/Inputs/crash-recovery-code-complete-remap.c b/clang/test/Index/Inputs/crash-recovery-code-complete-remap.c index 50a86580a13..f4564e1f608 100644 --- a/clang/test/Index/Inputs/crash-recovery-code-complete-remap.c +++ b/clang/test/Index/Inputs/crash-recovery-code-complete-remap.c @@ -1,6 +1,6 @@ // RUN: echo env CINDEXTEST_EDITING=1 \ // RUN: not c-index-test -test-load-source-reparse 1 local \ -// RUN: -remap-file="%s;%S/Inputs/crash-recovery-code-complete-remap.c" \ +// RUN: -remap-file="%s:%S/Inputs/crash-recovery-code-complete-remap.c" \ // RUN: %s 2> %t.err // RUN: FileCheck < %t.err -check-prefix=CHECK-CODE-COMPLETE-CRASH %s // CHECK-CODE-COMPLETE-CRASH: Unable to reparse translation unit |