| Index: test/mjsunit/es6/json.js | 
| diff --git a/test/mjsunit/es6/json.js b/test/mjsunit/es6/json.js | 
| index 3fad08318fa86a58de2804076af12761ff8c49a1..4c1ada8a865357c54c5ef164b8cdd853356ba023 100644 | 
| --- a/test/mjsunit/es6/json.js | 
| +++ b/test/mjsunit/es6/json.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 testJSONToString() { | 
| assertEquals('[object JSON]', "" + JSON); | 
| assertEquals("JSON", JSON[Symbol.toStringTag]); | 
|  |