aboutsummaryrefslogtreecommitdiff
path: root/test/Index/crash-recovery-code-complete.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/crash-recovery-code-complete.c')
-rw-r--r--test/Index/crash-recovery-code-complete.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/crash-recovery-code-complete.c b/test/Index/crash-recovery-code-complete.c
index c502ce5186f7..b2a1a9b3f96b 100644
--- a/test/Index/crash-recovery-code-complete.c
+++ b/test/Index/crash-recovery-code-complete.c
@@ -1,6 +1,6 @@
// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_PREAMBLE_FILE=%t-preamble.pch \
// RUN: not c-index-test -code-completion-at=%s:20:1 \
-// 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
// RUN: test ! -e %t-preamble.pch
@@ -9,6 +9,6 @@
// REQUIRES: crash-recovery
// FIXME: Please investigate abnormal path in MemoryBuffer.
-// XFAIL: mingw32,win32
+// REQUIRES: can-remove-opened-file
#warning parsing original file