| Index: test/mjsunit/es6/classes.js
|
| diff --git a/test/mjsunit/es6/classes.js b/test/mjsunit/es6/classes.js
|
| index d0138a427a8c0af593637c9337b1094eb0c7a6e9..2684d53ff65b9c089042ed37d97996ea5e2806e1 100644
|
| --- a/test/mjsunit/es6/classes.js
|
| +++ b/test/mjsunit/es6/classes.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-sloppy --harmony-function-name --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
|
|
| (function TestBasics() {
|
| var C = class C {}
|
|
|