Marcel Taeumel uploaded a new version of FFI-Tests to project FFI:
http://source.squeak.org/FFI/FFI-Tests-mt.50.mcz==================== Summary ====================
Name: FFI-Tests-mt.50
Author: mt
Time: 26 May 2021, 6:20:41.556788 pm
UUID: 97fd9a82-3fc1-854d-9f95-d97718d3e9a8
Ancestors: FFI-Tests-mt.49
Complements #asPoint in FFITestPoint2 to be used in tests for convenience.
=============== Diff against FFI-Tests-mt.49 ===============
Item was added:
+ ----- Method: FFITestPoint2 class>>fromPoint: (in category 'instance creation') -----
+ fromPoint: aPoint
+
+ ^ self new
+ setX: aPoint x setY: aPoint y;
+ yourself!