From: Stefano Lattarini Date: Thu, 16 Feb 2012 10:31:55 +0000 (+0100) Subject: tests: avoid spurious failure in 'suffix3.tap' X-Git-Tag: ng-0.5a~9^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab42f4a402242ee6f2b93a92dc133e7ef664b060;p=thirdparty%2Fautomake.git tests: avoid spurious failure in 'suffix3.tap' * tests/suffix3.tap (foo.zoo): This C++ file fails to compile with older g++ (3.4.4) on Cygwin 1.5.25 if we #include . Don't do that, since it's not strictly required, and the "using namespace" directive is already enough to ensure the file contents is valid C++ but invalid C. --- diff --git a/tests/suffix3.tap b/tests/suffix3.tap index 092ea9f57..3613480a2 100755 --- a/tests/suffix3.tap +++ b/tests/suffix3.tap @@ -56,7 +56,6 @@ command_ok_ "configure" ./configure # This is deliberately valid C++, but invalid C. cat > foo.zoo <<'END' -#include using namespace std; INTEGER main (void) {