| 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..50ca2a16e2b453967636e82d094c3584ed029d8d 100644
|
| --- a/test/mjsunit/elements-transition-hoisting.js
|
| +++ b/test/mjsunit/elements-transition-hoisting.js
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2011 the V8 project authors. All rights reserved.
|
| +// Copyright 2012 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -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.");
|
|
|