| Index: test/mjsunit/es6/math-expm1.js
|
| diff --git a/test/mjsunit/es6/math-expm1.js b/test/mjsunit/es6/math-expm1.js
|
| index de915c0969eb495f4d87142a339b85ecf1e275c7..b4e31a959b10bf2d746d0a393ac0a85e307ccd73 100644
|
| --- a/test/mjsunit/es6/math-expm1.js
|
| +++ b/test/mjsunit/es6/math-expm1.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-maths --no-fast-math
|
| +// Flags: --no-fast-math
|
|
|
| assertTrue(isNaN(Math.expm1(NaN)));
|
| assertTrue(isNaN(Math.expm1(function() {})));
|
|
|