| Index: test/mjsunit/elements-transition-hoisting.js
|
| diff --git a/test/mjsunit/elements-transition-hoisting.js b/test/mjsunit/elements-transition-hoisting.js
|
| index e5f4f661bf510e52fba74a00ed869878612b037f..40b25cd582a290829a538d69c6d082047ab034a1 100644
|
| --- a/test/mjsunit/elements-transition-hoisting.js
|
| +++ b/test/mjsunit/elements-transition-hoisting.js
|
| @@ -129,7 +129,7 @@ if (support_smi_only_arrays) {
|
| // upon can hoisted, too.
|
| function testExactMapHoisting3(a) {
|
| var object = new Object();
|
| - a.foo = 0;
|
| + a.foo = null;
|
| a[0] = 0;
|
| a[1] = 1;
|
| var count = 3;
|
|
|