1f4a2713aSLionel Sambuc // RUN: echo env CINDEXTEST_EDITING=1 \ 2f4a2713aSLionel Sambuc // RUN: not c-index-test -test-load-source-reparse 1 local \ 3*0a6a1f1dSLionel Sambuc // RUN: -remap-file="%s,%S/Inputs/crash-recovery-code-complete-remap.c" \ 4f4a2713aSLionel Sambuc // RUN: %s 2> %t.err 5f4a2713aSLionel Sambuc // RUN: FileCheck < %t.err -check-prefix=CHECK-CODE-COMPLETE-CRASH %s 6f4a2713aSLionel Sambuc // CHECK-CODE-COMPLETE-CRASH: Unable to reparse translation unit 7f4a2713aSLionel Sambuc 8f4a2713aSLionel Sambuc #warning parsing original file 9f4a2713aSLionel Sambuc 10f4a2713aSLionel Sambuc #pragma clang __debug crash 11