| Index: test/webkit/class-syntax-prototype.js
|
| diff --git a/test/webkit/class-syntax-prototype.js b/test/webkit/class-syntax-prototype.js
|
| index 02ec578bb42f1334f894fd0282db6a39842a17fa..6f0b40cd5fef2b68773eb88bbc581988130c0ae1 100644
|
| --- a/test/webkit/class-syntax-prototype.js
|
| +++ b/test/webkit/class-syntax-prototype.js
|
| @@ -21,8 +21,6 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --harmony-sloppy
|
| -
|
| description('Tests for the descriptors of the properties implicitly defined by ES6 class syntax');
|
|
|
| function descriptor(object, propertyName) {
|
|
|