[squeak-dev] The Trunk: KernelTests-ul.179.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 28 15:21:21 UTC 2011


Levente Uzonyi uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-ul.179.mcz

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

Name: KernelTests-ul.179
Author: ul
Time: 28 March 2011, 4:25:47.217 am
UUID: 46996045-bcbf-d64d-a85c-d287b871d6d2
Ancestors: KernelTests-ul.178

- use #embeddedBlockClosures instead of #embeddedBlockMethods in CompiledMethodTest >> #testClosureSize

=============== Diff against KernelTests-ul.178 ===============

Item was changed:
  ----- Method: CompiledMethodTest>>testClosureSize (in category 'tests - closures') -----
  testClosureSize
  	self
+ 		assert: ((self class >> #withClosure) embeddedBlockClosures at: 1) size
- 		assert: ((self class >> #withClosure) embeddedBlockMethods at: 1) size
  			equals: 2;
+ 		assert: ((self class >> #withClosureNoNLR) embeddedBlockClosures at: 1) size
- 		assert: ((self class >> #withClosureNoNLR) embeddedBlockMethods at: 1) size
  			equals: 2!




More information about the Squeak-dev mailing list