| Index: test/mjsunit/harmony/do-expressions.js
|
| diff --git a/test/mjsunit/harmony/do-expressions.js b/test/mjsunit/harmony/do-expressions.js
|
| index e7e513a2306d1c1b17f1ea8f5e1a440026662512..3aace577d546bf270b8815e99c272efc4d70c770 100644
|
| --- a/test/mjsunit/harmony/do-expressions.js
|
| +++ b/test/mjsunit/harmony/do-expressions.js
|
| @@ -4,7 +4,6 @@
|
|
|
| // Flags: --harmony-do-expressions --harmony-sloppy-let --allow-natives-syntax
|
| // Flags: --harmony-default-parameters --harmony-destructuring-bind
|
| -// Flags: --harmony-completion
|
|
|
| function returnValue(v) { return v; }
|
| function MyError() {}
|
|
|