Index: test/webkit/class-syntax-semicolon.js |
diff --git a/test/webkit/class-syntax-semicolon.js b/test/webkit/class-syntax-semicolon.js |
index 33504f95d4912eb218db4f96a9033687102c1147..d4a0d9bd838fe2598af1c1166b29c24d2c72d952 100644 |
--- a/test/webkit/class-syntax-semicolon.js |
+++ b/test/webkit/class-syntax-semicolon.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 ES6 class syntax containing semicolon in the class body'); |
shouldThrow("class A { foo;() { } }", "'SyntaxError: Unexpected token ;'"); |