Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1363)

Unified Diff: test/cctest/interpreter/interpreter-tester.cc

Issue 2509293002: [Test] Remove now unecessary interpreter()->Initialize() from tests. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/interpreter-tester.cc
diff --git a/test/cctest/interpreter/interpreter-tester.cc b/test/cctest/interpreter/interpreter-tester.cc
index df60c452cd4b998e8e25f2313a73556fd85ad1ce..29ebc3063afd1e293207f38e8640bd6f84409ce6 100644
--- a/test/cctest/interpreter/interpreter-tester.cc
+++ b/test/cctest/interpreter/interpreter-tester.cc
@@ -23,8 +23,6 @@ InterpreterTester::InterpreterTester(
feedback_vector_(feedback_vector) {
i::FLAG_ignition = true;
i::FLAG_always_opt = false;
- // Ensure handler table is generated.
- isolate->interpreter()->Initialize();
}
InterpreterTester::InterpreterTester(
« no previous file with comments | « test/cctest/compiler/test-run-bytecode-graph-builder.cc ('k') | test/cctest/interpreter/test-bytecode-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698