Skip to content

Commit

Permalink
Remove Z3 seed parameter from SMT log
Browse files Browse the repository at this point in the history
  • Loading branch information
thpani committed Jan 3, 2025
1 parent cdaa756 commit 4d89d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tla/cli-integration-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ $ find ./test-out-dir/Counter.tla/* -type f -name log0.smt -exec cat {} \;
;; sat.random_seed = 0
;; sls.random_seed = 0
;; smt.random_seed = 0
;; (params seed 0 random_seed 0)
;; (params random_seed 0)
...
$ rm -rf ./test-out-dir
```
Expand All @@ -2082,7 +2082,7 @@ $ find ./test-out-dir/Counter.tla/* -type f -name log0.smt -exec cat {} \;
;; sat.random_seed = 4242
;; sls.random_seed = 4242
;; smt.random_seed = 4242
;; (params seed 4242 random_seed 4242)
;; (params random_seed 4242)
...
$ rm -rf ./test-out-dir
```
Expand Down

0 comments on commit 4d89d2b

Please sign in to comment.