Index: test/mjsunit/es6/regress/regress-cr512574.js |
diff --git a/test/mjsunit/es6/regress/regress-cr512574.js b/test/mjsunit/es6/regress/regress-cr512574.js |
index 2c10e193156550e1f23d35a070027054ba652eb8..8d843ee6946f6cada89dcff664ac34a33ecfb8fa 100644 |
--- a/test/mjsunit/es6/regress/regress-cr512574.js |
+++ b/test/mjsunit/es6/regress/regress-cr512574.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-destructuring |
+// Flags: --harmony-destructuring-bind |
function f({}) { |
for (var v in []); |