diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-02-19 01:10:48 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-02-19 01:10:48 +0000 |
commit | 1e0993c2baf20b6bb628610089b5feab61dd9936 (patch) | |
tree | 53bc7e12e2d91d7e5730116030cf436259ff6208 /test/Index/code-complete-errors.c | |
parent | f638f9580ba0da99a66668f00e1a1d4987067bdd (diff) |
XFAIL some of the c-index-test tests on Windows, where they are failing inexplicably
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96644 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/code-complete-errors.c')
-rw-r--r-- | test/Index/code-complete-errors.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Index/code-complete-errors.c b/test/Index/code-complete-errors.c index 29c2a86198..e328bf497b 100644 --- a/test/Index/code-complete-errors.c +++ b/test/Index/code-complete-errors.c @@ -14,3 +14,4 @@ void g() { } // RUN: c-index-test -code-completion-at=%s:13:12 -pedantic %s 2> %t // RUN: FileCheck -check-prefix=CHECK %s < %t +// XFAIL: win32 |