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

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

Issue 2919293002: Make navigation support consistent with completion support (Closed)
Patch Set: 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/analyzer_plugin/test/src/utilities/navigation/test_all.dart
diff --git a/pkg/analyzer_plugin/test/src/utilities/test_all.dart b/pkg/analyzer_plugin/test/src/utilities/navigation/test_all.dart
similarity index 67%
copy from pkg/analyzer_plugin/test/src/utilities/test_all.dart
copy to pkg/analyzer_plugin/test/src/utilities/navigation/test_all.dart
index 70f35ca6bf536aa96bbccd1443a43c90f54d630b..0cb6e323bf376f68ca53e1d5bfc4d6da31d2958f 100644
--- a/pkg/analyzer_plugin/test/src/utilities/test_all.dart
+++ b/pkg/analyzer_plugin/test/src/utilities/navigation/test_all.dart
@@ -4,14 +4,10 @@
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');
+ }, name: 'navigation');
}

Powered by Google App Engine
This is Rietveld 408576698