| Index: test/mjsunit/es6/spread-call-super-property.js
|
| diff --git a/test/mjsunit/es6/spread-call-super-property.js b/test/mjsunit/es6/spread-call-super-property.js
|
| index b298a69aa1184e0b635602f1e77fc26ae0a933cc..a85ea416382d24932ce217b0f82219618581e0bf 100644
|
| --- a/test/mjsunit/es6/spread-call-super-property.js
|
| +++ b/test/mjsunit/es6/spread-call-super-property.js
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-sloppy
|
| -
|
| (function testCallSuperPropertyStrict() {
|
| "use strict";
|
| class BaseClass {
|
|
|