| Index: test/mjsunit/array-feedback.js
|
| diff --git a/test/mjsunit/array-feedback.js b/test/mjsunit/array-feedback.js
|
| index ffbb49b19af5448870693e82055d7c5e96b75442..bae6046305b87dfbdd11ef02ba62298baf58e73b 100644
|
| --- a/test/mjsunit/array-feedback.js
|
| +++ b/test/mjsunit/array-feedback.js
|
| @@ -92,7 +92,7 @@ function assertKind(expected, obj, name_opt) {
|
| assertKind(elements_kind.fast, b);
|
|
|
| a = create1(100000);
|
| - assertKind(elements_kind.fast_smi_only, a);
|
| + assertKind(elements_kind.dictionary, a);
|
|
|
| function create3(arg1, arg2, arg3) {
|
| return Array(arg1, arg2, arg3);
|
|
|