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

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

Issue 484043002: Remove code mistakenly added to analysis server's test_all.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | « no previous file | 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 20d6a10a6219f198359c4dd311937a6614d92a93..3ef7993373bffdc2e859dca4e45bc101276035fc 100644
--- a/pkg/analysis_server/test/test_all.dart
+++ b/pkg/analysis_server/test/test_all.dart
@@ -4,7 +4,6 @@
import 'package:unittest/unittest.dart';
-import '../tool/spec/check_all_test.dart' as check_all_test;
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;
@@ -42,7 +41,6 @@ main() {
analysis_notification_overrides_test.main();
analysis_server_test.main();
channel_test.main();
- check_all_test.main();
completion_test.main();
computer_test_all.main();
context_manager_test.main();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698