summaryrefslogtreecommitdiff
path: root/test/unit.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/unit.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/unit.2asm.js')
-rw-r--r--test/unit.2asm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.2asm.js b/test/unit.2asm.js
index 88ab681e1..4c6d4fc2b 100644
--- a/test/unit.2asm.js
+++ b/test/unit.2asm.js
@@ -215,7 +215,7 @@ function asmFunc(global, env, buffer) {
var FUNCTION_TABLE_d = [importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles];
var FUNCTION_TABLE_v = [z, big_negative, z, z, w, w, z, w, z, neg, z, z, z, z, z, z];
return {
- "big_negative": big_negative
+ big_negative: big_negative
};
}