| 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..966b386b65a16cec58d86eebe6ac5c742332132b 100644
 | 
| --- a/test/mjsunit/elements-transition-hoisting.js
 | 
| +++ b/test/mjsunit/elements-transition-hoisting.js
 | 
| @@ -26,6 +26,10 @@
 | 
|  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
|  
 | 
|  // Flags: --allow-natives-syntax --smi-only-arrays --noparallel-recompilation
 | 
| +// Flags: --notrack-allocation-sites
 | 
| +
 | 
| +// No tracking of allocation sites because it interfers with the semantics
 | 
| +// the test is trying to ensure.
 | 
|  
 | 
|  // Ensure that ElementsKind transitions in various situations are hoisted (or
 | 
|  // not hoisted) correctly, don't change the semantics programs and don't trigger
 | 
| 
 |