diff options
Diffstat (limited to 'test/wasm2js/global_i64.2asm.js.opt')
-rw-r--r-- | test/wasm2js/global_i64.2asm.js.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm2js/global_i64.2asm.js.opt b/test/wasm2js/global_i64.2asm.js.opt index e28ae7293..f6cc9d911 100644 --- a/test/wasm2js/global_i64.2asm.js.opt +++ b/test/wasm2js/global_i64.2asm.js.opt @@ -10,12 +10,12 @@ function asmFunc(imports) { var Math_ceil = Math.ceil; var Math_trunc = Math.trunc; var Math_sqrt = Math.sqrt; - function $1() { + function exp() { } return { - "exp": $1 + "exp": exp }; } |