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

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

Issue 2865843002: Use FileSystem to read files in SourceLoader and TranslateUri. (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 e7079cf40e5ba0ae93d6092db0bcb9a4793efc64..bc2615eba55b91bf276a09da40ee90fd23e15781 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -40,6 +40,7 @@ final subpackageRules = {
mayImportAnalyzer: true, allowedDependencies: ['lib']),
'lib/src/codegen': new SubpackageRules(),
'lib/src/fasta': new SubpackageRules(allowedDependencies: [
+ 'lib',
'lib/src/fasta/builder',
'lib/src/fasta/dill',
'lib/src/fasta/kernel',
@@ -61,6 +62,7 @@ final subpackageRules = {
'lib/src/fasta/kernel',
]),
'lib/src/fasta/kernel': new SubpackageRules(allowedDependencies: [
+ 'lib',
'lib/src/fasta',
'lib/src/base',
'lib/src/fasta/builder',
@@ -84,6 +86,7 @@ final subpackageRules = {
'lib/src/fasta/util',
]),
'lib/src/fasta/source': new SubpackageRules(allowedDependencies: [
+ 'lib',
'lib/src/fasta',
'lib/src/base',
'lib/src/fasta/builder',

Powered by Google App Engine
This is Rietveld 408576698