Author: dgregor
Date: Wed Oct 26 15:33:43 2011
New Revision: 143048

URL: http://llvm.org/viewvc/llvm-project?rev=143048&view=rev
Log:
Try to appease the Windows builders

Modified:
    cfe/trunk/test/Index/redeclarations.cpp

Modified: cfe/trunk/test/Index/redeclarations.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/redeclarations.cpp?rev=143048&r1=143047&r2=143048&view=diff
==============================================================================
--- cfe/trunk/test/Index/redeclarations.cpp (original)
+++ cfe/trunk/test/Index/redeclarations.cpp Wed Oct 26 15:33:43 2011
@@ -4,7 +4,7 @@
 {
 };
 
-// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 all 
-I%S/Inputs %s | FileCheck %s
+// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 all 
-I%S/Inputs -fno-delayed-template-parsing %s | FileCheck %s
 
 // CHECK: redeclarations.h:1:7: ClassDecl=X:1:7 (Definition) Extent=[1:1 - 4:2]
 // CHECK: redeclarations.h:8:7: ClassTemplate=B:8:7 (Definition) Extent=[7:1 - 
10:2]


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

Reply via email to