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

Unified Diff: pkg/front_end/test/fasta/testing/suite.dart

Issue 2897683002: Move code for instantiating Invocation to Target. (Closed)
Patch Set: Created 3 years, 7 months 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: pkg/front_end/test/fasta/testing/suite.dart
diff --git a/pkg/front_end/test/fasta/testing/suite.dart b/pkg/front_end/test/fasta/testing/suite.dart
index 50f369bd2f1556a38b35d7df36d5c79ecbaa5a1a..87dff03a246a3f46d44275b3cfc940d82aaa2585 100644
--- a/pkg/front_end/test/fasta/testing/suite.dart
+++ b/pkg/front_end/test/fasta/testing/suite.dart
@@ -205,7 +205,7 @@ class Outline extends Step<TestDescription, Program, FastaContext> {
TestDescription description, FastaContext context) async {
Program platformOutline = await context.loadPlatformOutline();
Ticker ticker = new Ticker();
- DillTarget dillTarget = new DillTarget(ticker, context.uriTranslator);
+ DillTarget dillTarget = new DillTarget(ticker, context.uriTranslator, "vm");
platformOutline.unbindCanonicalNames();
dillTarget.loader.appendLibraries(platformOutline);
KernelTarget sourceTarget = astKind == AstKind.Analyzer

Powered by Google App Engine
This is Rietveld 408576698