| Index: test/mjsunit/harmony/super.js
|
| diff --git a/test/mjsunit/harmony/super.js b/test/mjsunit/harmony/super.js
|
| index 1a0dd2add796fc9afb0ed27c807e295555a3eaef..21b31d96c9b9bcac827f5c9a11e8f80f7050a164 100644
|
| --- a/test/mjsunit/harmony/super.js
|
| +++ b/test/mjsunit/harmony/super.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 --harmony-arrow-functions --allow-natives-syntax
|
| +// Flags: --harmony-arrow-functions --allow-natives-syntax
|
| // Flags: --harmony-spreadcalls
|
|
|
| (function TestSuperNamedLoads() {
|
|
|