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 032db82db39399db4bb4740b10e5dec6ad8ed31f..d0db44e9084b87ee5803999b2b832924f0620f9b 100644 |
--- a/test/cctest/compiler/test-run-jsops.cc |
+++ b/test/cctest/compiler/test-run-jsops.cc |
@@ -525,7 +525,6 @@ TEST(RegExpLiteral) { |
TEST(ClassLiteral) { |
FLAG_harmony_classes = true; |
FLAG_harmony_sloppy = true; |
- FLAG_harmony_object_literals = true; |
const char* src = |
"(function(a,b) {" |
" class C {" |