]> granicus.if.org Git - clang/commitdiff
Try to appease the Windows builders
authorDouglas Gregor <dgregor@apple.com>
Wed, 26 Oct 2011 20:33:43 +0000 (20:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 26 Oct 2011 20:33:43 +0000 (20:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143048 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/redeclarations.cpp

index 453d02c272fed741b3a877816b9dda7b0b70e4c0..6ac055a765821a79db047c41c480de030c6dd064 100644 (file)
@@ -4,7 +4,7 @@ class A
 {
 };
 
-// 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]