Index: test/mjsunit/unary-minus-deopt.js |
diff --git a/test/mjsunit/unary-minus-deopt.js b/test/mjsunit/unary-minus-deopt.js |
index 367ef75c8363af02b9446e4860022d12b8039e54..cc3bede4d23d14e4228cbfc135485def37a35907 100644 |
--- a/test/mjsunit/unary-minus-deopt.js |
+++ b/test/mjsunit/unary-minus-deopt.js |
@@ -25,7 +25,7 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-// Flags: --allow-natives-syntax |
+// Flags: --allow-natives-syntax --crankshaft --no-always-opt |
// This is a boiled-down example happening in the Epic Citadel demo: |
// After deopting, the multiplication for unary minus stayed in Smi |