diff options
Diffstat (limited to 'test/hello_world.2asm.js')
-rw-r--r-- | test/hello_world.2asm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.2asm.js b/test/hello_world.2asm.js index f4998576b..46cd7465b 100644 --- a/test/hello_world.2asm.js +++ b/test/hello_world.2asm.js @@ -16,7 +16,7 @@ function asmFunc(global, env, buffer) { } return { - "add": add + add: add }; } |