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

Unified Diff: test/runner/signal_test.dart

Issue 2515303002: Add expectAsyncX and expectAsyncUntilX methods, and deprecate the old methods. (Closed)
Patch Set: Make '_Func' typedefs public. Created 4 years, 1 month 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: test/runner/signal_test.dart
diff --git a/test/runner/signal_test.dart b/test/runner/signal_test.dart
index 42c99c2b2b80038c3b2db0dbeef68ee83087eb93..bc6c054d01e376ddd10d883bda7bd7cfe1a90595 100644
--- a/test/runner/signal_test.dart
+++ b/test/runner/signal_test.dart
@@ -234,7 +234,7 @@ void main() {
await new Future.delayed(new Duration(seconds: 1));
try {
- expectAsync(() {});
+ expectAsync0(() {});
} catch (_) {
expectAsyncThrewError = true;
}

Powered by Google App Engine
This is Rietveld 408576698