Skip to content
Snippets Groups Projects
Commit 1b8fc01f authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Disalbe more Microsoft-specific stuff.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143077 91177308-0d34-0410-b5e6-96231b3b80d8
parent 39ac1876
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ class A
{
};
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 all -I%S/Inputs -fno-delayed-template-parsing %s | FileCheck %s
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 all -I%S/Inputs -fno-delayed-template-parsing -fno-ms-compatibility -fno-ms-extensions %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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment