Skip to content

Commit

Permalink
don't loop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Nov 14, 2024
1 parent 6ed4268 commit 9bde758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@ inline void test_read_write()

inline void serialize_test()
{
while ( 1 )
// while ( 1 )
{
SERIALIZE_RUN_TEST( test_endian );
SERIALIZE_RUN_TEST( test_bitpacker );
Expand Down

0 comments on commit 9bde758

Please sign in to comment.