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

Unified Diff: test/cctest/test-compiler.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
« no previous file with comments | « test/cctest/interpreter/test-source-positions.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-compiler.cc
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc
index ef7506b58fda90f41a9227fa52d522662227b018..09d8c8530e159cc0d18f9e387790988fb632edb5 100644
--- a/test/cctest/test-compiler.cc
+++ b/test/cctest/test-compiler.cc
@@ -625,7 +625,6 @@ TEST(IgnitionEntryTrampolineSelfHealing) {
CcTest::InitializeVM();
FLAG_ignition = true;
Isolate* isolate = CcTest::i_isolate();
- isolate->interpreter()->Initialize();
v8::HandleScope scope(CcTest::isolate());
CompileRun(
« no previous file with comments | « test/cctest/interpreter/test-source-positions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698