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

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

Issue 2902193002: Add navigation support in plugins (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/analyzer_plugin/test/src/utilities/test_all.dart
diff --git a/pkg/analyzer_plugin/test/src/utilities/test_all.dart b/pkg/analyzer_plugin/test/src/utilities/test_all.dart
index ce38d063cb9468a458e4dfbf9a68c134eef273ea..70f35ca6bf536aa96bbccd1443a43c90f54d630b 100644
--- a/pkg/analyzer_plugin/test/src/utilities/test_all.dart
+++ b/pkg/analyzer_plugin/test/src/utilities/test_all.dart
@@ -5,11 +5,13 @@
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'change_builder/test_all.dart' as change_builder;
+import 'navigation_test.dart' as navigation_test;
import 'string_utilities_test.dart' as string_utilities;
main() {
defineReflectiveSuite(() {
change_builder.main();
+ navigation_test.main();
string_utilities.main();
}, name: 'utilities');
}
« no previous file with comments | « pkg/analyzer_plugin/test/src/utilities/navigation_test.dart ('k') | pkg/analyzer_plugin/test/utilities/navigation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698