From ab42f4a402242ee6f2b93a92dc133e7ef664b060 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 16 Feb 2012 11:31:55 +0100 Subject: [PATCH] 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. --- tests/suffix3.tap | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.47.2