This test should now work on windows, since we're no longer using temporary files badly

llvm-svn: 116261
This commit is contained in:
Douglas Gregor 2010-10-11 23:18:55 +00:00
parent bd82998e35
commit 21d0e5a06c
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
// RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s 2> %t.err | FileCheck %s
// RUN: FileCheck -check-prefix=CHECK-DIAGS %s < %t.err
// XFAIL: win32
// CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (}
void f() { }