Chromium Code Reviews| Index: test/mjsunit/setters-on-elements.js |
| diff --git a/test/mjsunit/setters-on-elements.js b/test/mjsunit/setters-on-elements.js |
| index 001906c2906784ace19317b9731ec3d42107355a..32071f84b36f72296ef4110abfb90b276b5338df 100644 |
| --- a/test/mjsunit/setters-on-elements.js |
| +++ b/test/mjsunit/setters-on-elements.js |
| @@ -26,6 +26,7 @@ |
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| // Flags: --allow-natives-syntax --max-opt-count=100 --noalways-opt |
| +// Flags: --crankshaft |
| // We specify max-opt-count because we opt/deopt the same function many |
| // times. |