Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Nov 21, 2023
1 parent ffb4cab commit a74804f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions tests/models/bool/bool1.models.expected
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ unknown
(define-fun p () Bool true)
(define-fun q () Bool true)
)
((notp unknown)
(notnq unknown))
((notp false)
(notnq false))


unknown
(
(define-fun p () Bool true)
(define-fun q () Bool true)
)
((notp unknown)
(notnq unknown))
((notp false)
(notnq false))

2 changes: 1 addition & 1 deletion tests/models/bool/bool2.models.expected
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ unknown
(
(define-fun x () Bool false)
)
((notx unknown))
((notx true))

4 changes: 2 additions & 2 deletions tests/models/bool/bool3.models.expected
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ unknown
(define-fun x () Bool true)
(define-fun y () Bool true)
)
((foo unknown)
(bar unknown))
((foo true)
(bar false))

0 comments on commit a74804f

Please sign in to comment.