Chromium Code Reviews| Index: test/mjsunit/harmony/classes.js |
| diff --git a/test/mjsunit/harmony/classes.js b/test/mjsunit/harmony/classes.js |
| index 4efdaa179758d234a047597f2e42a4963a297c16..f98bf5e83123060759e691c79d2160261eadae81 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-classes |
| +// Flags: --harmony-classes --harmony-sloppy |
| (function TestBasics() { |
| var C = class C {} |