| Index: test/mjsunit/harmony/classes.js
|
| diff --git a/test/mjsunit/harmony/classes.js b/test/mjsunit/harmony/classes.js
|
| index c5c2b72313a69d0ffac6d12b294aa99675a66b9b..59371e40611feb9b68306db19aeee1e5100c074d 100644
|
| --- a/test/mjsunit/harmony/classes.js
|
| +++ b/test/mjsunit/harmony/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
|
| +// Flags: --harmony-classes
|
|
|
| (function TestBasics() {
|
| var C = class C {}
|
|
|