| Index: test/mjsunit/array-feedback.js
|
| diff --git a/test/mjsunit/array-feedback.js b/test/mjsunit/array-feedback.js
|
| index 6b1cbb3f5f7b08593dd1db50cdc3b89c524cc232..c5da609b45315151679cb1bbc4e62036fa7ec9ac 100644
|
| --- a/test/mjsunit/array-feedback.js
|
| +++ b/test/mjsunit/array-feedback.js
|
| @@ -119,7 +119,7 @@ if (support_smi_only_arrays) {
|
| assertTrue(isHoley(b));
|
| assertKind(elements_kind.fast, b);
|
|
|
| - a = create1(100000);
|
| + a = create1(100001);
|
| assertKind(elements_kind.dictionary, a);
|
|
|
| function create3(arg1, arg2, arg3) {
|
|
|