diff --git a/include/osg/UnitTestFramework b/include/osg/UnitTestFramework index bd1a08cc8..295970773 100644 --- a/include/osg/UnitTestFramework +++ b/include/osg/UnitTestFramework @@ -542,7 +542,7 @@ along with expression itself. #define OSGUTX_TEST_F( expr ) \ if( !(expr) ){ \ std::stringstream ss; \ - ss<< #expr <<" failure: "<<__FILE__<<", line "<<__LINE__<