diff --git a/test/bit_floor_test.cpp b/test/bit_floor_test.cpp index c6e509e..f94677e 100644 --- a/test/bit_floor_test.cpp +++ b/test/bit_floor_test.cpp @@ -38,7 +38,7 @@ int main() boost::detail::splitmix64 rng; - for( int i = 0; i < 1/*000*/; ++i ) + for( int i = 0; i < 1000; ++i ) { boost::uint64_t x = rng();