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

Unified Diff: packages/quiver/test/async/all_tests.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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 | « packages/quiver/test/all_tests.dart ('k') | packages/quiver/test/async/collect_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/quiver/test/async/all_tests.dart
diff --git a/packages/quiver/test/async/all_tests.dart b/packages/quiver/test/async/all_tests.dart
index f615ff69eb7f26f5b09ecd54fdde4934c45541b6..aafec7f0598686b5157d06266750093ba464cdfe 100644
--- a/packages/quiver/test/async/all_tests.dart
+++ b/packages/quiver/test/async/all_tests.dart
@@ -14,20 +14,28 @@
library quiver.async.all_tests;
+import 'collect_test.dart' as collect;
+import 'concat_test.dart' as concat;
import 'countdown_timer_test.dart' as countdown_timer;
import 'create_timer_test.dart' as create_timer;
+import 'enumerate_test.dart' as enumerate;
import 'future_group_test.dart' as future_group;
import 'future_stream_test.dart' as future_stream;
import 'iteration_test.dart' as iteration;
import 'metronome_test.dart' as metronome;
+import 'stream_buffer_test.dart' as stream_buffer;
import 'stream_router_test.dart' as stream_router;
main() {
+ collect.main();
+ concat.main();
countdown_timer.main();
create_timer.main();
+ enumerate.main();
future_group.main();
future_stream.main();
metronome.main();
iteration.main();
+ stream_buffer.main();
stream_router.main();
}
« no previous file with comments | « packages/quiver/test/all_tests.dart ('k') | packages/quiver/test/async/collect_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698