diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-10-26 23:19:04 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-10-26 23:19:04 +0000 |
| commit | 7c81c70b03844754eb0f63208e9eaccf53121cee (patch) | |
| tree | 61b5f8c9b6ef24ef4b2cd52ee5dca9068b2b91bf /clang/test/Index/redeclarations.cpp | |
| parent | eafbf3faa9fc5cb8e993af669df0a257c12fcca0 (diff) | |
| download | bcm5719-llvm-7c81c70b03844754eb0f63208e9eaccf53121cee.tar.gz bcm5719-llvm-7c81c70b03844754eb0f63208e9eaccf53121cee.zip | |
Disalbe more Microsoft-specific stuff.
llvm-svn: 143077
Diffstat (limited to 'clang/test/Index/redeclarations.cpp')
| -rw-r--r-- | clang/test/Index/redeclarations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/redeclarations.cpp b/clang/test/Index/redeclarations.cpp index 6ac055a7658..11dc9320430 100644 --- a/clang/test/Index/redeclarations.cpp +++ b/clang/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 -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] |

