From: Douglas Gregor Date: Mon, 11 Oct 2010 23:18:55 +0000 (+0000) Subject: This test should now work on windows, since we're no longer using temporary files... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7f39617956c818c41296d63d8cb2a6a2e4122cf;p=clang This test should now work on windows, since we're no longer using temporary files badly git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116261 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/remap-complete.c b/test/Index/remap-complete.c index 813d1dfcf4..e5b782930d 100644 --- a/test/Index/remap-complete.c +++ b/test/Index/remap-complete.c @@ -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() { }