| Index: test/mjsunit/harmony/computed-property-names-super.js
|
| diff --git a/test/mjsunit/harmony/computed-property-names-super.js b/test/mjsunit/harmony/computed-property-names-super.js
|
| index 0d15b27968b696a7aac23411af299129183a6b7a..bfc31c668fc7ae3a3f2223c3b1a92c101542e074 100644
|
| --- a/test/mjsunit/harmony/computed-property-names-super.js
|
| +++ b/test/mjsunit/harmony/computed-property-names-super.js
|
| @@ -2,8 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-computed-property-names
|
| -// Flags: --harmony-classes --allow-natives-syntax
|
| +// Flags: --harmony-computed-property-names --allow-natives-syntax
|
|
|
|
|
| function ID(x) {
|
|
|