Index: test/mjsunit/es6/math-cbrt.js |
diff --git a/test/mjsunit/es6/math-cbrt.js b/test/mjsunit/es6/math-cbrt.js |
index 83d9eb5d7597bd62c16f29580b7979f1a27c4a6f..713c020e42ebd2f99e9b4ca87bd268e3194186b1 100644 |
--- a/test/mjsunit/es6/math-cbrt.js |
+++ b/test/mjsunit/es6/math-cbrt.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.cbrt(NaN))); |
assertTrue(isNaN(Math.cbrt(function() {}))); |
assertTrue(isNaN(Math.cbrt({ toString: function() { return NaN; } }))); |