Index: test/webkit/class-syntax-call.js |
diff --git a/test/webkit/class-syntax-call.js b/test/webkit/class-syntax-call.js |
index fa32a8cc9be2019f13404d2fb961747f62aecae6..747b0ebff8c9ec760a95703996c3cc4774b3bc60 100644 |
--- a/test/webkit/class-syntax-call.js |
+++ b/test/webkit/class-syntax-call.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 calling the constructors of ES6 classes'); |
class A { constructor() {} }; |