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

Unified Diff: pkg/analyzer_plugin/test/utilities/test_all.dart

Issue 2846963004: Re-organize and comment clean-up (Closed)
Patch Set: Created 3 years, 8 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/analyzer_plugin/test/utilities/subscriptions/test_all.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/test/utilities/test_all.dart
diff --git a/pkg/analyzer_plugin/test/utilities/test_all.dart b/pkg/analyzer_plugin/test/utilities/test_all.dart
index 0a87c37e4af363aa0b67497ae7a54441668fba1a..5da339cf7717e0debb92c30096f46b59690b5894 100644
--- a/pkg/analyzer_plugin/test/utilities/test_all.dart
+++ b/pkg/analyzer_plugin/test/utilities/test_all.dart
@@ -4,10 +4,10 @@
import 'package:test_reflective_loader/test_reflective_loader.dart';
-import 'subscription_manager_test.dart' as subscription_manager_test;
+import 'subscriptions/test_all.dart' as subscriptions;
main() {
defineReflectiveSuite(() {
- subscription_manager_test.main();
+ subscriptions.main();
}, name: 'utilities');
}
« no previous file with comments | « pkg/analyzer_plugin/test/utilities/subscriptions/test_all.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698