aboutsummaryrefslogtreecommitdiff
path: root/src/unit/basic.unit
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit/basic.unit')
-rw-r--r--src/unit/basic.unit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit/basic.unit b/src/unit/basic.unit
index d0309ee..c27b70c 100644
--- a/src/unit/basic.unit
+++ b/src/unit/basic.unit
@@ -133,7 +133,7 @@ suite Basic
133 unitTest( pObj != NULL ); 133 unitTest( pObj != NULL );
134 unitTest( pObj->getType() == Gats::typeFloat ); 134 unitTest( pObj->getType() == Gats::typeFloat );
135 Gats::Float *pFlt = dynamic_cast<Gats::Float *>(pObj); 135 Gats::Float *pFlt = dynamic_cast<Gats::Float *>(pObj);
136 sio << "old = " << M_PI << ", new = " << pFlt->getValue() << sio.nl; 136 // sio << "old = " << M_PI << ", new = " << pFlt->getValue() << sio.nl;
137 unitTest( pFlt->getValue() == M_PI ); 137 unitTest( pFlt->getValue() == M_PI );
138 138
139 delete pObj; 139 delete pObj;