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.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit.asm.js b/test/unit.asm.js
index 6ccf6c489..f002965ec 100644
--- a/test/unit.asm.js
+++ b/test/unit.asm.js
@@ -589,6 +589,10 @@ function asm(global, env, buffer) {
return;
}
+ function big_fround() {
+ return Math_fround(4294967295);
+ }
+
function dropIgnoredImportsInIf($0,$1,$2) {
$0 = $0|0;
$1 = $1|0;