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

Unified Diff: pkg/front_end/test/fasta/bootstrap_test.dart

Issue 2876993005: cleanup unused incremental resolution (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
« no previous file with comments | « pkg/front_end/lib/src/scanner/token.dart ('k') | pkg/front_end/test/token_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/bootstrap_test.dart
diff --git a/pkg/front_end/test/fasta/bootstrap_test.dart b/pkg/front_end/test/fasta/bootstrap_test.dart
index 95887d86d4be44772b7062f1dd45d1096aecee97..3387b34fddf11f16c17d008694c68efeea8e4918 100644
--- a/pkg/front_end/test/fasta/bootstrap_test.dart
+++ b/pkg/front_end/test/fasta/bootstrap_test.dart
@@ -6,8 +6,6 @@ import 'dart:async' show Future;
import 'dart:io' show Directory, File, Platform;
-import 'dart:isolate' show Isolate;
-
import 'package:async_helper/async_helper.dart' show asyncEnd, asyncStart;
import 'package:front_end/src/fasta/testing/patched_sdk_location.dart'
@@ -26,7 +24,6 @@ Future main() async {
Uri sourceCompiler =
Uri.base.resolve("pkg/front_end/tool/_fasta/compile.dart");
Uri outline = Uri.base.resolve("pkg/front_end/tool/_fasta/outline.dart");
- Uri packages = await Isolate.packageConfig;
Directory tmp = await Directory.systemTemp.createTemp("fasta_bootstrap");
Uri compiledOnceOutput = tmp.uri.resolve("fasta1.dill");
Uri compiledTwiceOutput = tmp.uri.resolve("fasta2.dill");
« no previous file with comments | « pkg/front_end/lib/src/scanner/token.dart ('k') | pkg/front_end/test/token_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698