Marcel Taeumel uploaded a new version of SUnitGUI to project The Trunk:
http://source.squeak.org/trunk/SUnitGUI-mt.83.mcz==================== Summary ====================
Name: SUnitGUI-mt.83
Author: mt
Time: 14 April 2021, 9:48:19.570665 am
UUID: ac91f00f-0b54-c54e-8b71-900544976563
Ancestors: SUnitGUI-eem.82
Complements Kernel-mt.1385
=============== Diff against SUnitGUI-eem.82 ===============
Item was removed:
- ----- Method: TestRunner>>perform:orSendTo: (in category 'private') -----
- perform: selector orSendTo: otherTarget
- "<lint: #expect rule: #badMessage rational: 'this is a common morphic pattern'>"
-
- ^ (self respondsTo: selector)
- ifTrue: [ self perform: selector ]
- ifFalse: [ super perform: selector orSendTo: otherTarget ].!