Index: test/mjsunit/strict-mode.js |
diff --git a/test/mjsunit/strict-mode.js b/test/mjsunit/strict-mode.js |
index 0fafd80a8dfcbced4ec75e2f7052a4142d1db996..62d003f9fabb75e62c032767864a2861d483fd01 100644 |
--- a/test/mjsunit/strict-mode.js |
+++ b/test/mjsunit/strict-mode.js |
@@ -26,6 +26,7 @@ |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
// Flags: --turbo-deoptimization --noharmony-scoping |
+// Flags: --noharmony-classes --noharmony-object-literals |
function CheckStrictMode(code, exception) { |
assertDoesNotThrow(code); |