[squeak-dev] The Inbox: Tests-nice.177.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 20 22:38:59 UTC 2012


A new version of Tests was added to project The Inbox:
http://source.squeak.org/inbox/Tests-nice.177.mcz

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

Name: Tests-nice.177
Author: nice
Time: 20 December 2012, 11:38:38.839 pm
UUID: 44e159b3-ebc2-40ed-93c4-26e66ce6a138
Ancestors: Tests-ar.176

Assert that -0.0 is interpreted as Float negativeZero by Compiler

=============== Diff against Tests-ar.176 ===============

Item was added:
+ ----- Method: CompilerTest>>testNegativeZero (in category 'literals') -----
+ testNegativeZero
+ 	self assert: (Compiler evaluate: '-0.0') hex = Float negativeZero hex.!



More information about the Squeak-dev mailing list