| Index: test/mjsunit/es6/math-log1p.js
|
| diff --git a/test/mjsunit/es6/math-log1p.js b/test/mjsunit/es6/math-log1p.js
|
| index eefea6ee38020c0d6010a4080e54191238042eaa..01f353368f774d40e61b603e326283f87fa489a4 100644
|
| --- a/test/mjsunit/es6/math-log1p.js
|
| +++ b/test/mjsunit/es6/math-log1p.js
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-maths
|
| -
|
| assertTrue(isNaN(Math.log1p(NaN)));
|
| assertTrue(isNaN(Math.log1p(function() {})));
|
| assertTrue(isNaN(Math.log1p({ toString: function() { return NaN; } })));
|
|
|