aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-10-25 20:12:15 +0000
committerDouglas Gregor <dgregor@apple.com>2011-10-25 20:12:15 +0000
commitfd08009cba191ea35bc7e299a55edd0d5f81a8f2 (patch)
treeadc601b9009f654cbef8620d77023f91a8c1a130
parent6a93bd526c5136ee5a26871e829cf5a8548a1c6a (diff)
Turn off delayed template parsing for this test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142951 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Index/ms-if-exists.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/ms-if-exists.cpp b/test/Index/ms-if-exists.cpp
index d1d04ee7f1..0815a037b1 100644
--- a/test/Index/ms-if-exists.cpp
+++ b/test/Index/ms-if-exists.cpp
@@ -11,7 +11,7 @@ void f(T t) {
}
}
-// RUN: c-index-test -test-annotate-tokens=%s:3:1:11:3 -fms-extensions %s | FileCheck %s
+// RUN: c-index-test -test-annotate-tokens=%s:3:1:11:3 -fms-extensions -fno-ms-compatibility -fno-delayed-template-parsing %s | FileCheck %s
// CHECK: Identifier: "T" [3:15 - 3:16] TypeRef=T:1:19
// CHECK: Punctuation: "}" [4:7 - 4:8] CompoundStmt=