real test now

This commit is contained in:
Simon Hafner
2012-09-08 15:54:00 -05:00
parent 214b727a75
commit 664bd55e85

View File

@@ -4,4 +4,5 @@ import hashes
suite "hashes":
suite "hashing":
test "0.0 and -0.0 should have the same hash value":
check hash(0.0) == hash(-0.0)
var dummy = 0.0
check hash(dummy) == hash(-dummy)