summaryrefslogtreecommitdiff
path: root/test/unit.asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.asm.js')
-rw-r--r--test/unit.asm.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit.asm.js b/test/unit.asm.js
index f737a3ddc..80bab6242 100644
--- a/test/unit.asm.js
+++ b/test/unit.asm.js
@@ -8,6 +8,8 @@ function () {
temp = +-2147483648;
temp = -2147483648.0;
temp = -21474836480.0;
+ temp = 0.039625;
+ temp = -0.039625;
}
function importedDoubles() {
var temp = 0.0;