From: Douglas Gregor Date: Wed, 26 Oct 2011 20:33:43 +0000 (+0000) Subject: Try to appease the Windows builders X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29e627ad9679bd3aa274cbe464127fdaba6241ca;p=clang Try to appease the Windows builders git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143048 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/redeclarations.cpp b/test/Index/redeclarations.cpp index 453d02c272..6ac055a765 100644 --- a/test/Index/redeclarations.cpp +++ b/test/Index/redeclarations.cpp @@ -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]