Index: test/mjsunit/es6/math-fround.js |
diff --git a/test/mjsunit/es6/math-fround.js b/test/mjsunit/es6/math-fround.js |
index ea432ea2de441b8dca7f894971736306aa65b073..6142eb39eda0556633b10650149ff14cf2092687 100644 |
--- a/test/mjsunit/es6/math-fround.js |
+++ b/test/mjsunit/es6/math-fround.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 |
- |
// Monkey-patch Float32Array. |
Float32Array = function(x) { this[0] = 0; }; |