Skip to content

Commit

Permalink
Add SpriteHornPosTest>>testL8uniqueVoid
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Sep 12, 2024
1 parent 58653ef commit 7d54000
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/SpriteLang-Tests/SpriteHornPosTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1630,3 +1630,18 @@ SpriteHornPosTest >> testL7sumAcc [
& (v < n))))))))))))))
'
]

{ #category : #'tests-L8' }
SpriteHornPosTest >> testL8uniqueVoid [
"Cf. liquid-fixpoint/doodles/L8uniqueVoid.smt2 on branch experiment-z3datatypes"
self provePos: '
(data V 0 = [
| Nil {}
])
(constraint
(forall ((a V) (Bool true))
(forall ((b V) (Bool true))
((a === b)))))
'
]

0 comments on commit 7d54000

Please sign in to comment.