| Index: test/mjsunit/es6/math.js
|
| diff --git a/test/mjsunit/es6/math.js b/test/mjsunit/es6/math.js
|
| index 3f76f1197ac9a514ecf45b0168f5336e0732ac45..cb43bd5bd17936ddd19a1db0b182e6859e8820d9 100644
|
| --- a/test/mjsunit/es6/math.js
|
| +++ b/test/mjsunit/es6/math.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-tostring
|
| -
|
| function testMathToString() {
|
| assertEquals('[object Math]', "" + Math);
|
| assertEquals("Math", Math[Symbol.toStringTag]);
|
|
|