| 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 968aa2418af69c9d3bd7ac153e8f8ee067fb3e80..05209e87c28bc36954de416acb9f2c35fd6ba1b6 100644
|
| --- a/pkg/front_end/test/subpackage_relationships_test.dart
|
| +++ b/pkg/front_end/test/subpackage_relationships_test.dart
|
| @@ -26,9 +26,12 @@ final subpackageRules = {
|
| 'lib': new SubpackageRules(
|
| mayImportAnalyzer: true,
|
| allowedDependencies: ['lib/src', 'lib/src/base']),
|
| - 'lib/src': new SubpackageRules(
|
| - mayImportAnalyzer: true,
|
| - allowedDependencies: ['lib', 'lib/src/base', 'lib/src/scanner']),
|
| + 'lib/src': new SubpackageRules(mayImportAnalyzer: true, allowedDependencies: [
|
| + 'lib',
|
| + 'lib/src/base',
|
| + 'lib/src/fasta',
|
| + 'lib/src/fasta/source',
|
| + ]),
|
| 'lib/src/base': new SubpackageRules(
|
| mayImportAnalyzer: true, allowedDependencies: ['lib']),
|
| 'lib/src/codegen': new SubpackageRules(),
|
|
|