| Index: test/mjsunit/math-floor-of-div-minus-zero.js
|
| diff --git a/test/mjsunit/math-floor-of-div-minus-zero.js b/test/mjsunit/math-floor-of-div-minus-zero.js
|
| index de0e90bcec00b114760c78a4d52b8ec38b47b41e..9a24231ae68d50d1612c66fa41aee7d342c831bd 100644
|
| --- a/test/mjsunit/math-floor-of-div-minus-zero.js
|
| +++ b/test/mjsunit/math-floor-of-div-minus-zero.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 --nouse-inlining
|
| +// Flags: --allow-natives-syntax --nouse-inlining --crankshaft
|
|
|
| // Test for negative zero that doesn't need bail out
|
|
|
|
|