From de0befb6d7ba3d1e6bbc67ca9c86d04412f2fb08 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Tue, 7 Aug 2001 14:48:10 +0000 Subject: Fixes to allow building with SGI MIPSpro 7.30 compiler. The testsuite file examples/cppunittest/SubclassedTestCase.cpp causes the compiler to dump core, so that and HelperMacrosTest were not tested. The rest of the test suite passes. --- src/cppunit/TextTestResult.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cppunit/TextTestResult.cpp') diff --git a/src/cppunit/TextTestResult.cpp b/src/cppunit/TextTestResult.cpp index 0ef25e6..d04ce92 100644 --- a/src/cppunit/TextTestResult.cpp +++ b/src/cppunit/TextTestResult.cpp @@ -7,7 +7,7 @@ namespace CppUnit { std::ostream& -CppUnit::operator<< (std::ostream& stream, TextTestResult& result) +operator<< (std::ostream& stream, TextTestResult& result) { result.print (stream); return stream; } -- cgit v1.2.1