Skip to content

Commit 9bde758

Browse files
committed
don't loop tests
1 parent 6ed4268 commit 9bde758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serialize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@ inline void test_read_write()
24532453

24542454
inline void serialize_test()
24552455
{
2456-
while ( 1 )
2456+
// while ( 1 )
24572457
{
24582458
SERIALIZE_RUN_TEST( test_endian );
24592459
SERIALIZE_RUN_TEST( test_bitpacker );

0 commit comments

Comments
 (0)