Index: test/cctest/interpreter/test-source-positions.cc |
diff --git a/test/cctest/interpreter/test-source-positions.cc b/test/cctest/interpreter/test-source-positions.cc |
index 2b7f5c368aa29ef4ee26159b70dde347e376ef94..a979d62878ac079be5b3504e8bba61f6138e466c 100644 |
--- a/test/cctest/interpreter/test-source-positions.cc |
+++ b/test/cctest/interpreter/test-source-positions.cc |
@@ -226,9 +226,6 @@ bool OptimizedBytecodeSourcePositionTester::SourcePositionsMatch( |
void TestSourcePositionsEquivalent(int optimization_bitmap) { |
HandleAndZoneScope handles; |
- // Ensure handler table is generated. |
- handles.main_isolate()->interpreter()->Initialize(); |
- |
OptimizedBytecodeSourcePositionTester tester(handles.main_isolate()); |
for (auto test_case_data : kTestCaseData) { |
CHECK(tester.SourcePositionsMatch( |