| Index: test/mjsunit/es6/math-log2-log10.js
|
| diff --git a/test/mjsunit/es6/math-log2-log10.js b/test/mjsunit/es6/math-log2-log10.js
|
| index 2ab496012cbe9785920b7f43f87f4bf571fcd435..4479894d7d89a0ebcd0ce4ecc6e8e5040e4f6421 100644
|
| --- a/test/mjsunit/es6/math-log2-log10.js
|
| +++ b/test/mjsunit/es6/math-log2-log10.js
|
| @@ -25,8 +25,6 @@
|
| // (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: --harmony-maths
|
| -
|
| [Math.log10, Math.log2].forEach( function(fun) {
|
| assertTrue(isNaN(fun(NaN)));
|
| assertTrue(isNaN(fun(fun)));
|
|
|