Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 37115 invoked from network); 5 Jul 2008 20:10:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jul 2008 20:10:49 -0000 Received: (qmail 83717 invoked by uid 500); 5 Jul 2008 20:10:50 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 83698 invoked by uid 500); 5 Jul 2008 20:10:50 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 83688 invoked by uid 99); 5 Jul 2008 20:10:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jul 2008 13:10:49 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jul 2008 20:10:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3708B2388A06; Sat, 5 Jul 2008 13:10:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r674231 - /stdcxx/branches/4.2.x/tests/self/0.printf.cpp Date: Sat, 05 Jul 2008 20:10:28 -0000 To: commits@stdcxx.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080705201028.3708B2388A06@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Sat Jul 5 13:10:27 2008 New Revision: 674231 URL: http://svn.apache.org/viewvc?rev=674231&view=rev Log: 2008-07-05 Martin Sebor * tests/self/0.printf.cpp (): Included C header instead of the C++ one () for consistency with the test driver and its test suite. Modified: stdcxx/branches/4.2.x/tests/self/0.printf.cpp Modified: stdcxx/branches/4.2.x/tests/self/0.printf.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/self/0.printf.cpp?rev=674231&r1=674230&r2=674231&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/self/0.printf.cpp (original) +++ stdcxx/branches/4.2.x/tests/self/0.printf.cpp Sat Jul 5 13:10:27 2008 @@ -43,15 +43,14 @@ #include // for isdigit() #include // for EXXX, errno #include // for INT_MAX, ... +#include // for LC_ALL, ... #include // for SIGABRT, ... #include // for printf(), ... #include // for free(), size_t #include // for strcpy() #include // for va_arg, ... #include // for struct tm -#include // for LC_ALL, ... - -#include // for WEOF +#include // for WEOF // disable tests for function name in "%{lF}"