Chromium Code Reviews| Index: test/mjsunit/array-isarray.js |
| diff --git a/test/mjsunit/array-isarray.js b/test/mjsunit/array-isarray.js |
| index a21b1e1e7dd53a7f279ff57792eacc8fb066cafa..6b0d88543e4b552ac1847dd9e40035d9a00be49c 100644 |
| --- a/test/mjsunit/array-isarray.js |
| +++ b/test/mjsunit/array-isarray.js |
| @@ -2,8 +2,6 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// Flags: --harmony-proxies |
| - |
| assertTrue(Array.isArray([])); |
| assertFalse(Array.isArray({})); |