The Trunk: SUnit-eem.109.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: SUnit-eem.109.mcz

commits-2
Eliot Miranda uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-eem.109.mcz

==================== Summary ====================

Name: SUnit-eem.109
Author: eem
Time: 23 March 2017, 11:29:55.78263 am
UUID: f193663e-b6f8-403f-b8e9-06dad33aa71a
Ancestors: SUnit-eem.108

And delete the method in CompiledMethod

=============== Diff against SUnit-eem.108 ===============

Item was removed:
- ----- Method: CompiledMethod>>isTestMethod (in category '*SUnit-testing') -----
- isTestMethod
-
- ^ self methodClass isTestClass and: [self selector isTestSelector]!