diff --git a/test/compress/harmony.js b/test/compress/harmony.js index b763318e..86c2d33a 100644 --- a/test/compress/harmony.js +++ b/test/compress/harmony.js @@ -40,7 +40,7 @@ computed_property_names: { input: { obj({ ["x" + "x"]: 6 }); } - expect_exact: "obj({[\"x\"+\"x\"]:6});" + expect_exact: 'obj({["x"+"x"]:6});' } typeof_arrow_functions: {