diff options
Diffstat (limited to 'test/wasm2js/minified-memory.2asm.js.opt')
-rw-r--r-- | test/wasm2js/minified-memory.2asm.js.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm2js/minified-memory.2asm.js.opt b/test/wasm2js/minified-memory.2asm.js.opt index 9c5f51f88..6d1dfa47d 100644 --- a/test/wasm2js/minified-memory.2asm.js.opt +++ b/test/wasm2js/minified-memory.2asm.js.opt @@ -22,7 +22,7 @@ function asmFunc(imports) { var Math_ceil = Math.ceil; var Math_trunc = Math.trunc; var Math_sqrt = Math.sqrt; - function $0() { + function foo() { return HEAP32[0]; } @@ -53,7 +53,7 @@ function asmFunc(imports) { } return { - "foo": $0 + "foo": foo }; } |