diff options
Diffstat (limited to 'clang/test/Index/crash-recovery-code-complete.c')
-rw-r--r-- | clang/test/Index/crash-recovery-code-complete.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/crash-recovery-code-complete.c b/clang/test/Index/crash-recovery-code-complete.c index 71b98b639be..a80bdc2aee8 100644 --- a/clang/test/Index/crash-recovery-code-complete.c +++ b/clang/test/Index/crash-recovery-code-complete.c @@ -5,6 +5,6 @@ // RUN: FileCheck < %t.err -check-prefix=CHECK-CODE-COMPLETE-CRASH %s // CHECK-CODE-COMPLETE-CRASH: Unable to perform code completion! // -// XFAIL: win32 +// REQUIRES: crash-recovery #warning parsing original file |