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

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

Issue 2778213002: Use message.yaml in parser. (Closed)
Patch Set: Update subpackage relationships. Created 3 years, 9 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 | « pkg/front_end/messages.yaml ('k') | pkg/front_end/tool/_fasta/generate_messages.dart » ('j') | 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 218b65cbed3f42995394ef396718801395ea6fd9..df40d0b1414b2d305814c1c17532584056cc2b2e 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -77,7 +77,6 @@ final subpackageRules = {
]),
'lib/src/fasta/scanner': new SubpackageRules(allowedDependencies: [
'lib/src/fasta',
- 'lib/src/fasta/parser',
// fasta scanner produces analyzer scanner tokens
'lib/src/scanner',
'lib/src/fasta/util',
@@ -102,6 +101,8 @@ final subpackageRules = {
'lib/src/fasta/util': new SubpackageRules(),
'lib/src/scanner': new SubpackageRules(allowedDependencies: [
'lib/src/base',
+ // For error codes.
+ 'lib/src/fasta',
// fasta scanner produces analyzer scanner tokens
'lib/src/fasta/scanner',
]),
« no previous file with comments | « pkg/front_end/messages.yaml ('k') | pkg/front_end/tool/_fasta/generate_messages.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698