diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-03 11:12:50 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-03 11:12:50 +0000 |
commit | bdf70c240dba77ca5a4cb3e05661b3678b7b28cf (patch) | |
tree | 09b33c2a661fde9c52bbddcc531fdfc91cda5f78 | |
parent | 1bf405666c5499e5a3f7962b6ca5ddcef12cca89 (diff) |
XFAIL this on Win32 for the time being.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90448 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/remap-complete.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Index/remap-complete.c b/test/Index/remap-complete.c index 252108b404..cfafd3051d 100644 --- a/test/Index/remap-complete.c +++ b/test/Index/remap-complete.c @@ -1,4 +1,5 @@ // RUN: c-index-test -code-completion-at=%s:1:12 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s | FileCheck %s +// XFAIL: win32 // CHECK: FunctionDecl:{TypedText f0}{LeftParen (}{RightParen )} void f() { } |