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

Unified Diff: pkg/analysis_server/test/test_all.dart

Issue 563373003: Churn only: move analysis notification tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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/analysis_server/test/analysis_notification_overrides_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/test_all.dart
diff --git a/pkg/analysis_server/test/test_all.dart b/pkg/analysis_server/test/test_all.dart
index e3a637a75e57e12e796b030eae82e345f2fc1853..1a768b8a38f5da36e1e9e612d80735b00f8f7b7d 100644
--- a/pkg/analysis_server/test/test_all.dart
+++ b/pkg/analysis_server/test/test_all.dart
@@ -5,12 +5,6 @@
import 'package:unittest/unittest.dart';
import 'analysis/test_all.dart' as analysis_all;
-import 'analysis_hover_test.dart' as analysis_hover_test;
-import 'analysis_notification_highlights_test.dart' as analysis_notification_highlights_test;
-import 'analysis_notification_navigation_test.dart' as analysis_notification_navigation_test;
-import 'analysis_notification_occurrences_test.dart' as analysis_notification_occurrences_test;
-import 'analysis_notification_outline_test.dart' as analysis_notification_outline_test;
-import 'analysis_notification_overrides_test.dart' as analysis_notification_overrides_test;
import 'analysis_server_test.dart' as analysis_server_test;
import 'channel/test_all.dart' as channel_test;
import 'computer/test_all.dart' as computer_test_all;
@@ -33,12 +27,6 @@ main() {
groupSep = ' | ';
group('analysis_server', () {
analysis_all.main();
- analysis_hover_test.main();
- analysis_notification_highlights_test.main();
- analysis_notification_navigation_test.main();
- analysis_notification_occurrences_test.main();
- analysis_notification_outline_test.main();
- analysis_notification_overrides_test.main();
analysis_server_test.main();
channel_test.main();
computer_test_all.main();
« no previous file with comments | « pkg/analysis_server/test/analysis_notification_overrides_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698