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

Unified Diff: pkg/front_end/test/fasta/compile_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/compile_test.dart
diff --git a/pkg/front_end/test/fasta/compile_test.dart b/pkg/front_end/test/fasta/compile_test.dart
index 00a6a6957fa06db63cb0421e4a9da084727e7050..0bdf0d79cb986e294d503e7d8fc5b3d40f0c167d 100644
--- a/pkg/front_end/test/fasta/compile_test.dart
+++ b/pkg/front_end/test/fasta/compile_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