Skip to content

Commit

Permalink
Update for test ProperMethodCategorizationTest >> #testHashMethodNeed…
Browse files Browse the repository at this point in the history
…sToBeInComparingProtocol

Because Roassal3 uses last version of geometry
  • Loading branch information
akevalion committed Aug 27, 2020
1 parent 89a4bf8 commit d890f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geometry/GSegment.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GSegment >> distanceTo: aGPoint [
^ self asGLine distanceTo: aGPoint
]

{ #category : #initialization }
{ #category : #comparing }
GSegment >> hash [
^ v1 hash bitXor: v2 hash
]
Expand Down

0 comments on commit d890f34

Please sign in to comment.