diff options
Diffstat (limited to 'test/Index/crash-recovery.c')
-rw-r--r-- | test/Index/crash-recovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Index/crash-recovery.c b/test/Index/crash-recovery.c index b7f6e0b2b9e9..e8e84bc504dc 100644 --- a/test/Index/crash-recovery.c +++ b/test/Index/crash-recovery.c @@ -1,6 +1,7 @@ // RUN: not c-index-test -test-load-source all %s 2> %t.err // RUN: FileCheck < %t.err -check-prefix=CHECK-LOAD-SOURCE-CRASH %s // CHECK-LOAD-SOURCE-CRASH: Unable to load translation unit +// RUN: env LIBCLANG_DISABLE_CRASH_RECOVERY=1 not --crash c-index-test -test-load-source all %s // // REQUIRES: crash-recovery |