commit | a75a92dfffee2b34a43f1d0e9f8d1949feb190ad | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sun Nov 29 09:31:53 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sun Nov 29 09:31:53 2009 +0000 |
tree | 648d332bdf556808563f80fcebd0ea0a450d0a6c | |
parent | 3e518bda00d710754ca077cf9be8dd821e16a854 [diff] [blame] |
Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90066 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Parser/cxx-template-decl.cpp b/test/Parser/cxx-template-decl.cpp index e6cc462..644f0de 100644 --- a/test/Parser/cxx-template-decl.cpp +++ b/test/Parser/cxx-template-decl.cpp
@@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %s +// RUN: clang-cc -fsyntax-only -verify %s // Errors export class foo { }; // expected-error {{expected template}}