From ab0fa07e1b2398fcdd1554c2893cc87a2cbe55d9 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Thu, 11 Jan 2018 15:22:17 +0800 Subject: [PATCH] adjust test --- test/compress/properties.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/compress/properties.js b/test/compress/properties.js index 69f35805..3aeab395 100644 --- a/test/compress/properties.js +++ b/test/compress/properties.js @@ -1110,6 +1110,7 @@ join_object_assignments: { console.log(function() { var x = { a: 1, + c: (console.log("c"), "C"), }; x.b = 2; x[3] = function() { @@ -1124,6 +1125,7 @@ join_object_assignments: { console.log(function() { var x = { a: 1, + c: (console.log("c"), "C"), b: 2, 3: function() { console.log(x);