diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-10-26 20:33:43 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-10-26 20:33:43 +0000 |
commit | 29e627ad9679bd3aa274cbe464127fdaba6241ca (patch) | |
tree | 7edcf471570a44674602231bdbb49f59567a6acb | |
parent | 9138b4e96429cbaae00c52c15c960f72b6645088 (diff) |
Try to appease the Windows builders
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143048 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/redeclarations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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] |