Index: test/cctest/interpreter/test-bytecode-generator.cc |
diff --git a/test/cctest/interpreter/test-bytecode-generator.cc b/test/cctest/interpreter/test-bytecode-generator.cc |
index 39d40c3be35b7ae046b75c3a1d9a9c9a29fae924..9fce98fbd0d4f62da99dbeddddd1d43a342a2fef 100644 |
--- a/test/cctest/interpreter/test-bytecode-generator.cc |
+++ b/test/cctest/interpreter/test-bytecode-generator.cc |
@@ -72,7 +72,6 @@ class InitializedIgnitionHandleScope : public InitializedHandleScope { |
public: |
InitializedIgnitionHandleScope() { |
i::FLAG_ignition = true; |
- i::FLAG_ignition_osr = false; // TODO(4764): Disabled for now. |
i::FLAG_always_opt = false; |
i::FLAG_allow_natives_syntax = true; |
CcTest::i_isolate()->interpreter()->Initialize(); |