| 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 890b7603c3bb48c9ea06343e425baafc6cef6862..00fb50a49d236f37953fed97c9306fda4f143017 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: [
|
|
|