diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Index/crash-recovery-code-complete.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/Index/crash-recovery-code-complete.c b/test/Index/crash-recovery-code-complete.c index be834fb813..71b98b639b 100644 --- a/test/Index/crash-recovery-code-complete.c +++ b/test/Index/crash-recovery-code-complete.c @@ -1,11 +1,10 @@ -// RUN: echo env CINDEXTEST_EDITING=1 \ +// RUN: env CINDEXTEST_EDITING=1 \ // 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 -// CHECK-CODE-COMPLETE-CRASH: Unable to reparse translation unit +// CHECK-CODE-COMPLETE-CRASH: Unable to perform code completion! // // XFAIL: win32 -// XFAIL: * #warning parsing original file |