commit | b3eca29e2b1f11d2daa06feb23e006f69be759c7 | [log] [tgz] |
---|---|---|
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | Tue Oct 27 14:31:53 2009 +0000 |
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | Tue Oct 27 14:31:53 2009 +0000 |
tree | 36eb2472da381ebe13278b7328c2065c7c528569 | |
parent | 2e06fc877a633abea3b40a64950c7316dac29ca8 [diff] [blame] |
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
diff --git a/test/SemaTemplate/nested-name-spec-template.cpp b/test/SemaTemplate/nested-name-spec-template.cpp index a5aa2dc..1bdc7a8 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 {