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

Unified Diff: tests/standalone/io/directory_list_pause_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/standalone/io/directory_list_pause_test.dart
diff --git a/tests/standalone/io/directory_list_pause_test.dart b/tests/standalone/io/directory_list_pause_test.dart
index a38f125021fdd21c8a80cc3dcfd850ceca897562..159b769e1b01f8a6539ba9d4ddf568fbb6063dbf 100644
--- a/tests/standalone/io/directory_list_pause_test.dart
+++ b/tests/standalone/io/directory_list_pause_test.dart
@@ -8,7 +8,6 @@ import "dart:io";
import "package:async_helper/async_helper.dart";
import "package:expect/expect.dart";
-
void testPauseList() {
asyncStart();
// TOTAL should be bigger the our directory listing buffer.
@@ -43,7 +42,6 @@ void testPauseList() {
});
}
-
void testPauseResumeCancelList() {
asyncStart();
// TOTAL should be bigger the our directory listing buffer.
@@ -61,6 +59,7 @@ void testPauseResumeCancelList() {
d.deleteSync(recursive: true);
asyncEnd();
}
+
var future = subscription.cancel();
if (future != null) {
future.whenComplete(close);

Powered by Google App Engine
This is Rietveld 408576698