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

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

Issue 988993002: Test for GetContentTask. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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/src/task/general_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/task/test_all.dart
diff --git a/pkg/analyzer/test/src/task/test_all.dart b/pkg/analyzer/test/src/task/test_all.dart
index 39216fe13273f61fc365deabfada5e851abe7926..bee52dcb58c7ddb79c3b0c9c9f0f22adf9635566 100644
--- a/pkg/analyzer/test/src/task/test_all.dart
+++ b/pkg/analyzer/test/src/task/test_all.dart
@@ -8,6 +8,7 @@ import 'package:unittest/unittest.dart';
import 'dart_test.dart' as dart_test;
import 'driver_test.dart' as driver_test;
+import 'general_test.dart' as general_test;
import 'inputs_test.dart' as inputs_test;
import 'manager_test.dart' as manager_test;
import 'model_test.dart' as model_test;
@@ -18,6 +19,7 @@ main() {
group('task tests', () {
dart_test.main();
driver_test.main();
+ general_test.main();
inputs_test.main();
manager_test.main();
model_test.main();
« no previous file with comments | « pkg/analyzer/test/src/task/general_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698