From 7427fe28dc57476bc037b325e3dbb0c65a278a59 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 29 Nov 2009 09:31:53 +0000 Subject: Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away). llvm-svn: 90066 --- clang/test/SemaCXX/implicit-int.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/SemaCXX/implicit-int.cpp') diff --git a/clang/test/SemaCXX/implicit-int.cpp b/clang/test/SemaCXX/implicit-int.cpp index 723030516de..6fa8dd3463d 100644 --- a/clang/test/SemaCXX/implicit-int.cpp +++ b/clang/test/SemaCXX/implicit-int.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %s +// RUN: clang-cc -fsyntax-only -verify %s x; // expected-error{{C++ requires a type specifier for all declarations}} -- cgit v1.2.3