| Index: test/mjsunit/array-feedback.js
|
| diff --git a/test/mjsunit/array-feedback.js b/test/mjsunit/array-feedback.js
|
| index 8121f865d55ef9b2d70722feac83b8e005377ffb..f0a859e67cc5ab9fd69c883a4fd47c048f4692cc 100644
|
| --- a/test/mjsunit/array-feedback.js
|
| +++ b/test/mjsunit/array-feedback.js
|
| @@ -91,7 +91,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.fast, a);
|
|
|
| function create3(arg1, arg2, arg3) {
|
| return Array(arg1, arg2, arg3);
|
|
|