| Index: test/mjsunit/elements-kind.js
|
| diff --git a/test/mjsunit/elements-kind.js b/test/mjsunit/elements-kind.js
|
| index 8a8a3c743ce67c54f59d15d10f067fbb01b3b2b2..e5b5a66c44eba60951c683717d71577b796717e3 100644
|
| --- a/test/mjsunit/elements-kind.js
|
| +++ b/test/mjsunit/elements-kind.js
|
| @@ -34,7 +34,7 @@
|
| // in this test case. Depending on whether smi-only arrays are actually
|
| // enabled, this test takes the appropriate code path to check smi-only arrays.
|
|
|
| -support_smi_only_arrays = %HasFastSmiOnlyElements([]);
|
| +support_smi_only_arrays = %HasFastSmiOnlyElements([1,2,3,4,5,6,7,8,9,10]);
|
|
|
| if (support_smi_only_arrays) {
|
| print("Tests include smi-only arrays.");
|
|
|