Index: test/cctest/compiler/test-run-jsops.cc |
diff --git a/test/cctest/compiler/test-run-jsops.cc b/test/cctest/compiler/test-run-jsops.cc |
index d0db44e9084b87ee5803999b2b832924f0620f9b..56ac31cbc987663dcd3b113872ecbc2340b9b124 100644 |
--- a/test/cctest/compiler/test-run-jsops.cc |
+++ b/test/cctest/compiler/test-run-jsops.cc |
@@ -523,7 +523,6 @@ TEST(RegExpLiteral) { |
TEST(ClassLiteral) { |
- FLAG_harmony_classes = true; |
FLAG_harmony_sloppy = true; |
const char* src = |
"(function(a,b) {" |