Index: test/mjsunit/es6/classes-derived-return-type.js |
diff --git a/test/mjsunit/es6/classes-derived-return-type.js b/test/mjsunit/es6/classes-derived-return-type.js |
index 8283bcb2270f13f41f1f3bbabb00c07de69a2766..3f81a340ffe89f5b31c79c094473b0a8f2b807ed 100644 |
--- a/test/mjsunit/es6/classes-derived-return-type.js |
+++ b/test/mjsunit/es6/classes-derived-return-type.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 |
- |
class Base {} |