Index: test/mjsunit/es6/math-hypot.js |
diff --git a/test/mjsunit/es6/math-hypot.js b/test/mjsunit/es6/math-hypot.js |
index 1052627213701dca57f7ce31c528c72150260355..d2392df3a400006c74c345d205e7bd1926026f84 100644 |
--- a/test/mjsunit/es6/math-hypot.js |
+++ b/test/mjsunit/es6/math-hypot.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 |
- |
assertTrue(isNaN(Math.hypot({}))); |
assertTrue(isNaN(Math.hypot(undefined, 1))); |
assertTrue(isNaN(Math.hypot(1, undefined))); |