From: Richard Smith Date: Thu, 13 Oct 2011 22:45:21 +0000 (+0000) Subject: Convert newly-added test from -std=c++0x to -std=c++11. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=946967806a449488a91d74e2693295a2413a2835;p=clang Convert newly-added test from -std=c++0x to -std=c++11. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141904 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/cxx98-compat.cpp b/test/SemaCXX/cxx98-compat.cpp index 37815d4797..c4956c2891 100644 --- a/test/SemaCXX/cxx98-compat.cpp +++ b/test/SemaCXX/cxx98-compat.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -std=c++0x -Wc++98-compat -verify %s +// RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wc++98-compat -verify %s template // expected-warning {{variadic templates are incompatible with C++98}} class Variadic1 {};