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

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

Issue 660203003: Add (an as yet unused) task (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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/smoke/test/mirrors_test.dart b/pkg/analyzer/test/task/test_all.dart
similarity index 57%
copy from pkg/smoke/test/mirrors_test.dart
copy to pkg/analyzer/test/task/test_all.dart
index cac643aab81c93a6e746f0e98bda711882f6c7f6..9ecd16215ffb783037abdb763a392bfa04311251 100644
--- a/pkg/smoke/test/mirrors_test.dart
+++ b/pkg/analyzer/test/task/test_all.dart
@@ -2,13 +2,16 @@
// 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 smoke.test.mirrors_test;
+library test.task;
-import 'package:smoke/mirrors.dart';
import 'package:unittest/unittest.dart';
-import 'common.dart' as common show main;
+import 'task_dart_test.dart' as task_dart_test;
+
+/// Utility for manually running all tests.
main() {
- setUp(useMirrors);
- common.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