| Index: test/mjsunit/handle-count-ast.js
|
| diff --git a/test/mjsunit/handle-count-ast.js b/test/mjsunit/handle-count-ast.js
|
| index aef702b87a1b3d2e744a178ce8e823e3c7fbc0a9..8d095598e782fd9bf2e013737a75c766e64a9314 100644
|
| --- a/test/mjsunit/handle-count-ast.js
|
| +++ b/test/mjsunit/handle-count-ast.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --check_handle_count
|
| +// Flags: --check-handle-count
|
|
|
| var ones = eval("[" + Array(12 * 1024).join("1,") + 1 + "]")
|
|
|
|
|