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

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

Issue 218273002: Upgrading tests with unittest deprecations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/first_regression_test.dart
diff --git a/tests/lib/async/first_regression_test.dart b/tests/lib/async/first_regression_test.dart
index 69e18ede87e65adf150ddd36c0388c779c1615b2..cd0b80c0aa46d7e2734ed655e2d192c4b89247a1 100644
--- a/tests/lib/async/first_regression_test.dart
+++ b/tests/lib/async/first_regression_test.dart
@@ -26,6 +26,6 @@ main() {
new Stream.fromIterable([1, 2])
.transform(new DoubleTransformer())
.first
- .then(expectAsync1((e) {}));
+ .then(expectAsync((e) {}));
});
}

Powered by Google App Engine
This is Rietveld 408576698