| Index: test/mjsunit/harmony/do-expressions.js
|
| diff --git a/test/mjsunit/harmony/do-expressions.js b/test/mjsunit/harmony/do-expressions.js
|
| index c3f9e0cd86ae9f458867332e2d5e545cac6cadef..b0822e1593b7ccdffe689f68067309aa00310451 100644
|
| --- a/test/mjsunit/harmony/do-expressions.js
|
| +++ b/test/mjsunit/harmony/do-expressions.js
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| // Flags: --harmony-do-expressions --harmony-sloppy-let --allow-natives-syntax
|
| -// Flags: --harmony-default-parameters --harmony-destructuring
|
| +// Flags: --harmony-default-parameters --harmony-destructuring-bind
|
| // Flags: --harmony-completion
|
|
|
| function returnValue(v) { return v; }
|
|
|