Index: test/mjsunit/es6/block-non-strict-errors.js |
diff --git a/test/mjsunit/es6/block-non-strict-errors.js b/test/mjsunit/es6/block-non-strict-errors.js |
index 48cac211419ddaf2df0acfb08562ed8a82ca80ff..50d5f22cf1415163d2196eef9ac9d8a492041033 100644 |
--- a/test/mjsunit/es6/block-non-strict-errors.js |
+++ b/test/mjsunit/es6/block-non-strict-errors.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-classes |
- |
function CheckError(source) { |
var exception = null; |
try { |