Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / v8 / test / mjsunit / es6 / math-hypot.js
index 1052627..d2392df 100644 (file)
@@ -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)));