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

Unified Diff: pkg/analyzer/test/task/test_all.dart

Issue 1215433008: Remove dead code for an unused (old) task (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/analyzer/test/task/task_dart_test.dart ('k') | pkg/analyzer/test/test_all.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/task/test_all.dart
diff --git a/pkg/analyzer/test/task/test_all.dart b/pkg/analyzer/test/task/test_all.dart
deleted file mode 100644
index 9ecd16215ffb783037abdb763a392bfa04311251..0000000000000000000000000000000000000000
--- a/pkg/analyzer/test/task/test_all.dart
+++ /dev/null
@@ -1,17 +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.task;
-
-import 'package:unittest/unittest.dart';
-
-import 'task_dart_test.dart' as task_dart_test;
-
-/// Utility for manually running all tests.
-main() {
- groupSep = ' | ';
- group('generated tests', () {
- task_dart_test.main();
- });
-}
« no previous file with comments | « pkg/analyzer/test/task/task_dart_test.dart ('k') | pkg/analyzer/test/test_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698