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

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

Issue 2828583003: remove dependencies to analyzer from lib/src/fasta (Closed)
Patch Set: add copyright Created 3 years, 8 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/strong_test.dart
diff --git a/pkg/front_end/test/fasta/strong_test.dart b/pkg/front_end/test/fasta/strong_test.dart
index 6aee7f005c8b09a81eac5f5901b47864bcc78777..718362aa207094bee3b7581e77c7e421cb7a018d 100644
--- a/pkg/front_end/test/fasta/strong_test.dart
+++ b/pkg/front_end/test/fasta/strong_test.dart
@@ -6,7 +6,7 @@ library fasta.test.compile_test;
import 'dart:async' show Future;
-import 'package:front_end/src/fasta/testing/suite.dart';
+import 'testing/suite.dart';
Future<FastaContext> createContext(
Chain suite, Map<String, String> environment) {

Powered by Google App Engine
This is Rietveld 408576698