diff options
Diffstat (limited to 'test/min.2asm.js')
-rw-r--r-- | test/min.2asm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/min.2asm.js b/test/min.2asm.js index 512af46fe..b8865aa81 100644 --- a/test/min.2asm.js +++ b/test/min.2asm.js @@ -10,6 +10,7 @@ function asmFunc(global, env, buffer) { var HEAPF64 = new global.Float64Array(buffer); var Math_imul = global.Math.imul; var Math_fround = global.Math.fround; + var Math_abs = global.Math.abs; function floats(f) { f = Math_fround(f); var t = Math_fround(0); |