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

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

Issue 2897683002: Move code for instantiating Invocation to Target. (Closed)
Patch Set: Rename vmTarget to targetInfo. 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 d9a1c09c2d05871bfa9e0420f213f1815fe9c748..0230a6ece934469634258566b43ac93358be8cb7 100644
--- a/pkg/front_end/test/fasta/testing/suite.dart
+++ b/pkg/front_end/test/fasta/testing/suite.dart
@@ -209,7 +209,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
« no previous file with comments | « pkg/front_end/test/fasta/shaker_test.dart ('k') | pkg/front_end/testcases/super_rasta_copy.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698