Chromium Code Reviews| 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 9df8ff48a2c5af455b0028c66e4d5deeef945ead..4e11cf4f7b0525c2ec21ae456e6defc5e62a9f4d 100644 |
| --- a/pkg/front_end/test/subpackage_relationships_test.dart |
| +++ b/pkg/front_end/test/subpackage_relationships_test.dart |
| @@ -34,6 +34,7 @@ final subpackageRules = { |
| 'lib/src/base': new SubpackageRules( |
| mayImportAnalyzer: true, allowedDependencies: ['lib']), |
| 'lib/src/scanner': new SubpackageRules(allowedDependencies: ['lib/src/base']), |
| + 'lib/src/fasta': new SubpackageRules(mayImportAnalyzer: true), |
|
ahe
2017/02/01 13:40:37
I should probably move all analyzer dependencies t
Paul Berry
2017/02/01 13:44:38
Do you think, for purposes of the checks done by t
ahe
2017/02/01 13:52:04
Yes, that would be nice.
|
| }; |
| /// Rules for what a subpackage may depend directly on. |