summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-10-26 20:33:43 +0000
committerDouglas Gregor <dgregor@apple.com>2011-10-26 20:33:43 +0000
commit69d28ed01344b3de2826f01096744193e303eff5 (patch)
tree4bff4095ad5a517717988db23b4cd4b7a7139ec9 /clang/test
parent1d18ebf62a4925866d3bff3cd5708a46994a8740 (diff)
downloadbcm5719-llvm-69d28ed01344b3de2826f01096744193e303eff5.tar.gz
bcm5719-llvm-69d28ed01344b3de2826f01096744193e303eff5.zip
Try to appease the Windows builders
llvm-svn: 143048
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Index/redeclarations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/redeclarations.cpp b/clang/test/Index/redeclarations.cpp
index 453d02c272f..6ac055a7658 100644
--- a/clang/test/Index/redeclarations.cpp
+++ b/clang/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]
OpenPOWER on IntegriCloud