Skip to content

Commit

Permalink
restore determinism hash
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Oct 18, 2024
1 parent 9796966 commit c12b6eb
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 == 0x13f );
ENSURE( hash == 0x049eb491 );
ENSURE( sleepStep == 313 );
ENSURE( hash == 0x1fc667fa );

free( bodies );

Expand Down

0 comments on commit c12b6eb

Please sign in to comment.