diff options
Diffstat (limited to 'test/Index/cindex-on-invalid.m')
-rw-r--r-- | test/Index/cindex-on-invalid.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Index/cindex-on-invalid.m b/test/Index/cindex-on-invalid.m index 651c40a335..0f6bdffe91 100644 --- a/test/Index/cindex-on-invalid.m +++ b/test/Index/cindex-on-invalid.m @@ -1,5 +1,6 @@ // RUN: not c-index-test -test-load-source local %s > %t 2> %t.err // RUN: FileCheck %s < %t.err +// XFAIL: * // CHECK: error: expected identifier or '(' // CHECK: Unable to load translation unit! |