| Index: test/mjsunit/elements-transition-hoisting.js
|
| diff --git a/test/mjsunit/elements-transition-hoisting.js b/test/mjsunit/elements-transition-hoisting.js
|
| index 5e78f10a0b4a2f58842dfc4b956beb9f7e4feb3d..634e44485cec2c4ac8e6c67dc887e128c490f5d8 100644
|
| --- a/test/mjsunit/elements-transition-hoisting.js
|
| +++ b/test/mjsunit/elements-transition-hoisting.js
|
| @@ -31,7 +31,7 @@
|
| // not hoisted) correctly, don't change the semantics programs and don't trigger
|
| // deopt through hoisting in important situations.
|
|
|
| -support_smi_only_arrays = %HasFastSmiOnlyElements(new Array(1,2,3,4,5,6));
|
| +support_smi_only_arrays = %HasFastSmiElements(new Array(1,2,3,4,5,6));
|
|
|
| if (support_smi_only_arrays) {
|
| print("Tests include smi-only arrays.");
|
|
|