]> granicus.if.org Git - clang/commitdiff
clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-template...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 8 Apr 2013 23:05:10 +0000 (23:05 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 8 Apr 2013 23:05:10 +0000 (23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179065 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/annotate-tokens.cpp

index 7da1fce627f73ceae4ec3611c33ca0f662173744..16726547a2e235ae1fb06cbc8a06c967c8964978 100644 (file)
@@ -28,7 +28,7 @@ struct TS {
 template <bool (*tfn)(X*)>
 void TS<tfn>::foo() {}
 
-// RUN: c-index-test -test-annotate-tokens=%s:1:1:30:1 %s | FileCheck %s
+// RUN: c-index-test -test-annotate-tokens=%s:1:1:30:1 %s -fno-delayed-template-parsing | FileCheck %s
 // CHECK: Keyword: "struct" [1:1 - 1:7] StructDecl=bonk:1:8 (Definition)
 // CHECK: Identifier: "bonk" [1:8 - 1:12] StructDecl=bonk:1:8 (Definition)
 // CHECK: Punctuation: "{" [1:13 - 1:14] StructDecl=bonk:1:8 (Definition)