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

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

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 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_from_futures_test.dart
diff --git a/tests/lib/async/stream_from_futures_test.dart b/tests/lib/async/stream_from_futures_test.dart
index e4eaef50cac2bd4eceacb6716e5497eb68e6ee16..2313c9dada227bdb9175e226798e3b1d8a3dc429 100644
--- a/tests/lib/async/stream_from_futures_test.dart
+++ b/tests/lib/async/stream_from_futures_test.dart
@@ -94,6 +94,7 @@ void testOrdering() {
cs[n2].complete(2);
cs[n3].complete(3);
}
+
test(0, 1, 2);
test(0, 2, 1);
test(1, 0, 2);

Powered by Google App Engine
This is Rietveld 408576698