Skip to content

Commit

Permalink
Update expect test output
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Aug 30, 2024
1 parent 3f3f13d commit 97d7888
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions test/mutable_set_v5.expected.32
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

Test STM sequential tests failed (2 shrink steps):

Add (-942638288)
Remove (-942638288)
Add (-286715106)
Remove (-286715106)
Cardinal


Expand All @@ -15,8 +15,8 @@ Messages for test STM sequential tests:

Results incompatible with model

Add (-942638288) : ()
Remove (-942638288) : Some (-942638288)
Add (-286715106) : ()
Remove (-286715106) : Some (-286715106)
Cardinal : 1
================================================================================
failure (1 tests failed, 0 tests errored, ran 1 tests)
Expand Down
10 changes: 5 additions & 5 deletions test/mutable_set_v5.expected.64
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

--- Failure --------------------------------------------------------------------

Test STM sequential tests failed (15 shrink steps):
Test STM sequential tests failed (6 shrink steps):

Add (-3922091896265746428)
Remove (-3922091896265746428)
Add 3036269937054427589
Remove 3036269937054427589
Cardinal


Expand All @@ -15,8 +15,8 @@ Messages for test STM sequential tests:

Results incompatible with model

Add (-3922091896265746428) : ()
Remove (-3922091896265746428) : Some (-3922091896265746428)
Add 3036269937054427589 : ()
Remove 3036269937054427589 : Some (3036269937054427589)
Cardinal : 1
================================================================================
failure (1 tests failed, 0 tests errored, ran 1 tests)
Expand Down

0 comments on commit 97d7888

Please sign in to comment.