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

Unified Diff: pkg/analysis_services/test/correction/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/correction/test_all.dart
diff --git a/pkg/analysis_services/test/correction/test_all.dart b/pkg/analysis_services/test/correction/test_all.dart
deleted file mode 100644
index 7f9f2ab3b85034fa92b2512da0a2d0ea9cf6450b..0000000000000000000000000000000000000000
--- a/pkg/analysis_services/test/correction/test_all.dart
+++ /dev/null
@@ -1,31 +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.correction;
-
-import 'package:unittest/unittest.dart';
-
-import 'assist_test.dart' as assist_test;
-import 'change_test.dart' as change_test;
-import 'fix_test.dart' as fix_test;
-import 'levenshtein_test.dart' as levenshtein_test;
-import 'name_suggestion_test.dart' as name_suggestion_test;
-import 'source_range_test.dart' as source_range_test;
-import 'status_test.dart' as status_test;
-import 'strings_test.dart' as strings_test;
-
-/// Utility for manually running all tests.
-main() {
- groupSep = ' | ';
- group('correction', () {
- assist_test.main();
- change_test.main();
- fix_test.main();
- levenshtein_test.main();
- name_suggestion_test.main();
- source_range_test.main();
- status_test.main();
- strings_test.main();
- });
-}

Powered by Google App Engine
This is Rietveld 408576698