Skip to content

Commit

Permalink
Add testEqConstr0
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Nov 17, 2024
1 parent 793712e commit 1de36bc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Refinements-Tests/FQPosTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,19 @@ constraint:
tag [1]
'
]

{ #category : #tests }
FQPosTest >> testEqConstr0 [
self provePos: '
bind 0 a : {v: int | Bool true }
bind 1 x : {v: int | Bool true }
bind 2 y : {v: `a | Bool true }
constraint:
env [0; 1; 2]
lhs {v:int | x === y }
rhs {v:int | y === x }
id 1
tag [1]
'
]

0 comments on commit 1de36bc

Please sign in to comment.