Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: pkg/front_end/test/subpackage_relationships_test.dart

Issue 2663403002: Account for fasta in subpackage_relationships_test (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698