[squeak-dev] The Trunk: KernelTests-eem.327.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Mar 31 16:02:28 UTC 2017


Eliot Miranda uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-eem.327.mcz

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

Name: KernelTests-eem.327
Author: eem
Time: 31 March 2017, 9:02:18.123091 am
UUID: dfec8010-9c25-4ac3-8557-4470e3291ca5
Ancestors: KernelTests-eem.326

Another MethodContext => Context change.

=============== Diff against KernelTests-eem.326 ===============

Item was changed:
  ----- Method: MethodContextTest>>testReturn (in category 'tests') -----
  testReturn
  	"Why am I overriding setUp? Because sender must be thisContext, i.e, testReturn, not setUp."
+ 	aMethodContext := Context sender: thisContext receiver: aReceiver method: aCompiledMethod arguments: #(). 
+ 	self assert: (aMethodContext return: 5) = 5!
- 	aMethodContext := MethodContext sender: thisContext receiver: aReceiver method: aCompiledMethod arguments: #(). 
- 	self assert: (aMethodContext return: 5) = 5.!



More information about the Squeak-dev mailing list