summaryrefslogtreecommitdiffstats
path: root/test/Index/crash-recovery-reparse.c
blob: 243a914ec40dbbc7bf5fdfba77830f3c092f2542 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_PREAMBLE_FILE=%t-preamble.pch \
// RUN:   not c-index-test -test-load-source-reparse 1 local \
// RUN:   -remap-file="%s;%S/Inputs/crash-recovery-reparse-remap.c" \
// RUN:   %s 2> %t.err
// RUN: FileCheck < %t.err -check-prefix=CHECK-REPARSE-SOURCE-CRASH %s
// RUN: rm %t-preamble.pch
// CHECK-REPARSE-SOURCE-CRASH: Unable to reparse translation unit
//
// REQUIRES: crash-recovery

#warning parsing original file
OpenPOWER on IntegriCloud