From 4fe0ddde6db8d21bd30f7f5ee1fa5322aa49bd5b Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 7 Dec 2015 15:16:55 -0800 Subject: don't quote keys in object printing when not necessary --- test/unit.2asm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit.2asm.js') 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 }; } -- cgit v1.2.3