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