| 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) {
|
|
|