Fixed tests

This commit is contained in:
Christophe Riccio
2011-11-24 17:59:58 +00:00
parent 0cd665c4ca
commit dad27d9b37
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ int main()
Error += test_floatBitsToUint();
Error += test_mix();
Error += test_round();
//Error += test_roundEven();
Error += test_roundEven();
return Error;
}