| Index: test/mjsunit/harmony/regress/regress-517455.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-517455.js b/test/mjsunit/harmony/regress/regress-517455.js
|
| index a59fa181b7aac448df06f2ec0b5c90f32c048981..f07e8fe63bf15ebcfc0315804147404896546032 100644
|
| --- a/test/mjsunit/harmony/regress/regress-517455.js
|
| +++ b/test/mjsunit/harmony/regress/regress-517455.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({x = ""}) { eval(x) }
|
| f({})
|
|
|