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

Unified Diff: tests/lib/async/stream_state_nonzero_timer_test.dart

Issue 14136004: Remove StreamController.broadcast. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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: tests/lib/async/stream_state_nonzero_timer_test.dart
diff --git a/tests/lib/async/stream_state_nonzero_timer_test.dart b/tests/lib/async/stream_state_nonzero_timer_test.dart
index d05f9fa970eecd7968d672103f92b3f4a7d8c5f9..868f76079c2d9e7dfa0bbf990ad9945eee93269a 100644
--- a/tests/lib/async/stream_state_nonzero_timer_test.dart
+++ b/tests/lib/async/stream_state_nonzero_timer_test.dart
@@ -15,7 +15,8 @@ const ms5 = const Duration(milliseconds: 5);
main() {
mainTest(false);
- mainTest(true);
+ // TODO(floitsch): reenable?
+ // mainTest(true);
}
mainTest(bool broadcast) {

Powered by Google App Engine
This is Rietveld 408576698