From 3e41929dfbf54c9d35d171298fe816d96f7b49da Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 29 Dec 2020 00:22:45 +0200 Subject: [PATCH] Update bit_floor_test --- test/bit_floor_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();