| 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 a53b3d98d28712a057ff6cce832a47e872a4d458..f7fd69ae7d0b9c860ec2437798a7cf4f1b2efb25 100644
|
| --- a/pkg/front_end/test/subpackage_relationships_test.dart
|
| +++ b/pkg/front_end/test/subpackage_relationships_test.dart
|
| @@ -41,6 +41,7 @@ final subpackageRules = {
|
| 'lib': new SubpackageRules(allowedDependencies: [
|
| 'lib/src',
|
| 'lib/src/base',
|
| + 'lib/src/fasta',
|
| 'lib/src/incremental',
|
| ]),
|
| 'lib/src': new SubpackageRules(allowedDependencies: [
|
|
|