Skip to content

Commit

Permalink
update determinism hash
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Nov 8, 2024
1 parent 4d753c2 commit fc16434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_determinism.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ static int CrossPlatformTest(void)
}

ENSURE( stepCount < maxSteps );
ENSURE( sleepStep == 313 );
ENSURE( hash == 0x1fc667fa );
ENSURE( sleepStep == 281 );
ENSURE( hash == 0x7efc22e7 );

free( bodies );

Expand Down

0 comments on commit fc16434

Please sign in to comment.