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

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

Issue 2925953002: Add integration test: hot reload + incremental compiler (Closed)
Patch Set: address CL comments Created 3 years, 6 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 0f96056ad4e15088bf24f9bef5a811e425e623f4..3e493e3f9cef3953c0ca66f2610860d71c6869c5 100644
--- a/pkg/front_end/test/subpackage_relationships_test.dart
+++ b/pkg/front_end/test/subpackage_relationships_test.dart
@@ -135,6 +135,10 @@ final subpackageRules = {
// fasta scanner produces analyzer scanner tokens
'lib/src/fasta/scanner',
]),
+ 'lib/src/testing': new SubpackageRules(allowedDependencies: [
+ 'lib',
+ ]),
+ 'lib/src/vm': new SubpackageRules(allowedDependencies: []),
};
/// Rules for what a subpackage may depend directly on.
« no previous file with comments | « pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart ('k') | utils/kernel-service/kernel-service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698