| Index: test/mjsunit/elements-transition-hoisting.js
 | 
| diff --git a/test/mjsunit/elements-transition-hoisting.js b/test/mjsunit/elements-transition-hoisting.js
 | 
| index 017e7ec51f0afd370a1068dbba31d70924dd94d0..144bf672371f6a9820d9b3d1424326e902fed0bd 100644
 | 
| --- a/test/mjsunit/elements-transition-hoisting.js
 | 
| +++ b/test/mjsunit/elements-transition-hoisting.js
 | 
| @@ -67,7 +67,7 @@ if (support_smi_only_arrays) {
 | 
|    // deopt in simple cases.
 | 
|    function testExactMapHoisting(a) {
 | 
|      var object = new Object();
 | 
| -    a.foo = 0;
 | 
| +    a.foo = {};
 | 
|      a[0] = 0;
 | 
|      a[1] = 1;
 | 
|      var count = 3;
 | 
| 
 |