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

Unified Diff: pkg/analysis_services/test/refactoring/test_all.dart

Issue 484733003: Import analysis_services.dart into analysis_server.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
Index: pkg/analysis_services/test/refactoring/test_all.dart
diff --git a/pkg/analysis_services/test/refactoring/test_all.dart b/pkg/analysis_services/test/refactoring/test_all.dart
deleted file mode 100644
index e035aadeca28bcc63a7c9b74a02dcb5185b1bd19..0000000000000000000000000000000000000000
--- a/pkg/analysis_services/test/refactoring/test_all.dart
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-library test.services.refactoring;
-
-import 'package:unittest/unittest.dart';
-
-import 'naming_conventions_test.dart' as naming_conventions_test;
-import 'rename_class_member_test.dart' as rename_class_member_test;
-import 'rename_constructor_test.dart' as rename_constructor_test;
-import 'rename_import_test.dart' as rename_import_test;
-import 'rename_library_test.dart' as rename_library_test;
-import 'rename_local_test.dart' as rename_local_test;
-import 'rename_unit_member_test.dart' as rename_unit_member_test;
-
-/// Utility for manually running all tests.
-main() {
- groupSep = ' | ';
- group('refactoring', () {
- naming_conventions_test.main();
- rename_class_member_test.main();
- rename_constructor_test.main();
- rename_import_test.main();
- rename_library_test.main();
- rename_local_test.main();
- rename_unit_member_test.main();
- });
-}

Powered by Google App Engine
This is Rietveld 408576698