Author: dgregor
Date: Mon Oct 11 18:18:55 2010
New Revision: 116261

URL: http://llvm.org/viewvc/llvm-project?rev=116261&view=rev
Log:
This test should now work on windows, since we're no longer using temporary 
files badly

Modified:
    cfe/trunk/test/Index/remap-complete.c

Modified: cfe/trunk/test/Index/remap-complete.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/remap-complete.c?rev=116261&r1=116260&r2=116261&view=diff
==============================================================================
--- cfe/trunk/test/Index/remap-complete.c (original)
+++ cfe/trunk/test/Index/remap-complete.c Mon Oct 11 18:18:55 2010
@@ -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() { }


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to