diff options
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2009-10-27 14:31:53 +0000 |
---|---|---|
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2009-10-27 14:31:53 +0000 |
commit | b3eca29e2b1f11d2daa06feb23e006f69be759c7 (patch) | |
tree | 36eb2472da381ebe13278b7328c2065c7c528569 /test/SemaTemplate/nested-name-spec-template.cpp | |
parent | 2e06fc877a633abea3b40a64950c7316dac29ca8 (diff) |
Disabling some MS extensions which cause these tests to fail
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaTemplate/nested-name-spec-template.cpp')
-rw-r--r-- | test/SemaTemplate/nested-name-spec-template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/nested-name-spec-template.cpp b/test/SemaTemplate/nested-name-spec-template.cpp index a5aa2dcb52..1bdc7a89d4 100644 --- a/test/SemaTemplate/nested-name-spec-template.cpp +++ b/test/SemaTemplate/nested-name-spec-template.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %s namespace N { namespace M { |