Chromium Code Reviews| Index: test/mjsunit/array-literal-feedback.js |
| diff --git a/test/mjsunit/array-literal-feedback.js b/test/mjsunit/array-literal-feedback.js |
| index ed9c4e879e4d6e22f0d3f49fcb00a5ac7ade7582..bc7e3ba1bc5cdfb38d6a635e3b8f5e7984f5e5d7 100644 |
| --- a/test/mjsunit/array-literal-feedback.js |
| +++ b/test/mjsunit/array-literal-feedback.js |
| @@ -28,6 +28,10 @@ |
| // Flags: --allow-natives-syntax --expose-gc |
| // Flags: --noalways-opt |
| +if (!%HasAllocationSiteTransitioning()) { |
| + quit(); |
| +} |
| + |
| var elements_kind = { |
| fast_smi_only : 'fast smi only elements', |
| fast : 'fast elements', |