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

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

Issue 2904673003: Remove AstFactory from the front end. (Closed)
Patch Set: Created 3 years, 7 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
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 488ba68821981c23b48ce7fc0dac3cef2e5e6973..dd4ab1b3dca4e5caa3a800d38357e1c1855f3ce1 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -62,7 +62,6 @@ final subpackageRules = {
'lib/src/fasta',
'lib/src/fasta/parser',
'lib/src/fasta/source',
- 'lib/src/fasta/type_inference',
'lib/src/fasta/util',
]),
'lib/src/fasta/dill': new SubpackageRules(allowedDependencies: [

Powered by Google App Engine
This is Rietveld 408576698