The Inbox: Tests-nice.177.mcz

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

The Inbox: Tests-nice.177.mcz

commits-2
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.!