Index: test/mjsunit/es6/regress/regress-517455.js |
diff --git a/test/mjsunit/harmony/regress/regress-517455.js b/test/mjsunit/es6/regress/regress-517455.js |
similarity index 83% |
rename from test/mjsunit/harmony/regress/regress-517455.js |
rename to test/mjsunit/es6/regress/regress-517455.js |
index f07e8fe63bf15ebcfc0315804147404896546032..9c1dfd758a3572b54ed131b81523c97abb3df6d1 100644 |
--- a/test/mjsunit/harmony/regress/regress-517455.js |
+++ b/test/mjsunit/es6/regress/regress-517455.js |
@@ -1,8 +1,6 @@ |
// Copyright 2015 the V8 project authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// |
-// Flags: --harmony-destructuring-bind |
function f({x = ""}) { eval(x) } |
f({}) |