summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/harmony/object-spread-basic.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/harmony/object-spread-basic.js')
-rw-r--r--deps/v8/test/mjsunit/harmony/object-spread-basic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/harmony/object-spread-basic.js b/deps/v8/test/mjsunit/harmony/object-spread-basic.js
index de19805d30..8724b1af28 100644
--- a/deps/v8/test/mjsunit/harmony/object-spread-basic.js
+++ b/deps/v8/test/mjsunit/harmony/object-spread-basic.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-object-spread
+// Flags: --harmony-object-rest-spread
var x = {a: 1};
var y = { ...x};