diff options
Diffstat (limited to 'test/wasm2js/func-ptr-offset.2asm.js.opt')
-rw-r--r-- | test/wasm2js/func-ptr-offset.2asm.js.opt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/wasm2js/func-ptr-offset.2asm.js.opt b/test/wasm2js/func-ptr-offset.2asm.js.opt index c81797e9d..1c2457fc9 100644 --- a/test/wasm2js/func-ptr-offset.2asm.js.opt +++ b/test/wasm2js/func-ptr-offset.2asm.js.opt @@ -1,6 +1,5 @@ function asmFunc(global, env, buffer) { - "almost asm"; var HEAP8 = new global.Int8Array(buffer); var HEAP16 = new global.Int16Array(buffer); var HEAP32 = new global.Int32Array(buffer); |