commit | ec87bb5c462bdcf09375133b4f9640684750fa35 | [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 | 116eddee37f552bf2c013697fe0a63ddb97ea53b | |
parent | d90d169f9dfb7369e49fe78dc8f045f221020779 [diff] [blame] |
Disabling some MS extensions which cause these tests to fail llvm-svn: 85236
diff --git a/clang/test/Parser/cxx-template-decl.cpp b/clang/test/Parser/cxx-template-decl.cpp index 9309b72..67f52b6 100644 --- a/clang/test/Parser/cxx-template-decl.cpp +++ b/clang/test/Parser/cxx-template-decl.cpp
@@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %s // Errors export class foo { }; // expected-error {{expected template}}