forked from OSchip/llvm-project
Turn off delayed template parsing for this test
llvm-svn: 142951
This commit is contained in:
parent
4f6d7d489f
commit
f44bac2b4c
|
@ -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=
|
||||
|
|
Loading…
Reference in New Issue