summaryrefslogtreecommitdiff
path: root/test/unit.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.2asm.js')
-rw-r--r--test/unit.2asm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit.2asm.js b/test/unit.2asm.js
index 4c6d4fc2b..1c06b34a4 100644
--- a/test/unit.2asm.js
+++ b/test/unit.2asm.js
@@ -9,6 +9,7 @@ function asmFunc(global, env, buffer) {
var HEAPF32 = new global.Float32Array(buffer);
var HEAPF64 = new global.Float64Array(buffer);
var Math_imul = global.Math.imul;
+ var Math_fround = global.Math.fround;
var f64_to_int = asm2wasm.f64_to_int;
var f64_rem = asm2wasm.f64_rem;
function big_negative() {