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

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

Issue 489703002: Remove two empty/useless domain tests. (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
Index: pkg/analysis_server/test/edit/test_all.dart
diff --git a/pkg/analysis_server/test/edit/test_all.dart b/pkg/analysis_server/test/edit/test_all.dart
index e4bb96171c4dbd86d633ff2320a8be3a3e1c0dac..b5d62419601a3a705459399e5ba50a00530a6a50 100644
--- a/pkg/analysis_server/test/edit/test_all.dart
+++ b/pkg/analysis_server/test/edit/test_all.dart
@@ -7,7 +7,6 @@ library test.edit.all;
import 'package:unittest/unittest.dart';
import 'assists_test.dart' as assists_test;
-import 'edit_domain_test.dart' as domain_edit_test;
import 'fixes_test.dart' as fixes_test;
import 'refactoring_test.dart' as refactoring_test;
@@ -18,7 +17,6 @@ main() {
groupSep = ' | ';
group('edit', () {
assists_test.main();
- domain_edit_test.main();
fixes_test.main();
refactoring_test.main();
});
« no previous file with comments | « pkg/analysis_server/test/edit/edit_domain_test.dart ('k') | pkg/analysis_server/test/search/search_domain_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698