| Index: pkg/front_end/test/fasta/kompile_test.dart
|
| diff --git a/pkg/front_end/test/fasta/kompile_test.dart b/pkg/front_end/test/fasta/kompile_test.dart
|
| index 3a128ebdaada57880cd0525afb8302fe796604f2..a77215411b5d2366636c8750425689cafbe5a307 100644
|
| --- a/pkg/front_end/test/fasta/kompile_test.dart
|
| +++ b/pkg/front_end/test/fasta/kompile_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) {
|
|
|