Index: test/mjsunit/harmony/destructuring.js |
diff --git a/test/mjsunit/harmony/destructuring.js b/test/mjsunit/harmony/destructuring.js |
index 9557f27121d76c0f6138707fd5d2eee282957731..984efb00163330fecfd4a5404cd147e97e2fbd56 100644 |
--- a/test/mjsunit/harmony/destructuring.js |
+++ b/test/mjsunit/harmony/destructuring.js |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
// |
// Flags: --harmony-destructuring-bind |
-// Flags: --harmony-default-parameters --harmony-rest-parameters |
+// Flags: --harmony-default-parameters |
(function TestObjectLiteralPattern() { |
var { x : x, y : y, get, set } = { x : 1, y : 2, get: 3, set: 4 }; |