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

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

Issue 812733004: Initial task support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/analyzer/test/test_all.dart
diff --git a/pkg/analyzer/test/test_all.dart b/pkg/analyzer/test/test_all.dart
index fb65cbb1fef1b68237fbfb4e29d2834558b3abf0..56de8fd8c50fdae08ae9bba4cb55a45298f703b6 100644
--- a/pkg/analyzer/test/test_all.dart
+++ b/pkg/analyzer/test/test_all.dart
@@ -14,6 +14,7 @@ import 'instrumentation/test_all.dart' as instrumentation;
import 'options_test.dart' as options;
import 'parse_compilation_unit_test.dart' as parse_compilation_unit;
import 'source/test_all.dart' as source;
+import 'src/test_all.dart' as src;
import 'task/test_all.dart' as task;
import 'cancelable_future_test.dart' as cancelable_future_test;
@@ -31,6 +32,7 @@ main() {
options.main();
parse_compilation_unit.main();
source.main();
+ src.main();
task.main();
});
}
« pkg/analyzer/test/src/task/model_test.dart ('K') | « pkg/analyzer/test/src/test_all.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698