| Index: pkg/front_end/test/subpackage_relationships_test.dart
|
| diff --git a/pkg/front_end/test/subpackage_relationships_test.dart b/pkg/front_end/test/subpackage_relationships_test.dart
|
| index bc2615eba55b91bf276a09da40ee90fd23e15781..060e1a425f14b6fcea5c40e51fe65aa4a5091cf0 100644
|
| --- a/pkg/front_end/test/subpackage_relationships_test.dart
|
| +++ b/pkg/front_end/test/subpackage_relationships_test.dart
|
| @@ -34,10 +34,12 @@ final subpackageRules = {
|
| 'lib',
|
| 'lib/src/base',
|
| 'lib/src/fasta',
|
| + "lib/src/fasta/dill",
|
| + "lib/src/fasta/kernel",
|
| 'lib/src/fasta/source',
|
| ]),
|
| 'lib/src/base': new SubpackageRules(
|
| - mayImportAnalyzer: true, allowedDependencies: ['lib']),
|
| + mayImportAnalyzer: true, allowedDependencies: ['lib', "lib/src/fasta"]),
|
| 'lib/src/codegen': new SubpackageRules(),
|
| 'lib/src/fasta': new SubpackageRules(allowedDependencies: [
|
| 'lib',
|
|
|