xref: /minix3/external/bsd/llvm/dist/clang/test/Index/Inputs/crash-recovery-code-complete-remap.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
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