summaryrefslogtreecommitdiff
path: root/test/hello_world.2asm.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-07 15:16:55 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-12-07 15:16:55 -0800
commit4fe0ddde6db8d21bd30f7f5ee1fa5322aa49bd5b (patch)
tree923466a4fd40a286c8e4d0f7b5103724e2376756 /test/hello_world.2asm.js
parenta3e8e7d7ee21808051fba70ee8990ad20beb0223 (diff)
downloadbinaryen-4fe0ddde6db8d21bd30f7f5ee1fa5322aa49bd5b.tar.gz
binaryen-4fe0ddde6db8d21bd30f7f5ee1fa5322aa49bd5b.tar.bz2
binaryen-4fe0ddde6db8d21bd30f7f5ee1fa5322aa49bd5b.zip
don't quote keys in object printing when not necessary
Diffstat (limited to 'test/hello_world.2asm.js')
-rw-r--r--test/hello_world.2asm.js2
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
};
}