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

Unified Diff: tests/isolate/spawn_uri_multi_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/isolate/spawn_uri_multi_test.dart
diff --git a/tests/isolate/spawn_uri_multi_test.dart b/tests/isolate/spawn_uri_multi_test.dart
index 5815ec8e80bb9fee6e0392f4df8ab8b3a20dd318..feb3cacba5efdc770a0ce8d9b0d4129b1c77320f 100644
--- a/tests/isolate/spawn_uri_multi_test.dart
+++ b/tests/isolate/spawn_uri_multi_test.dart
@@ -17,7 +17,7 @@ import 'spawn_uri_child_isolate.dart';
main() {
test('isolate fromUri - negative test', () {
ReceivePort port = new ReceivePort();
- port.first.then(expectAsync1((msg) {
+ port.first.then(expectAsync((msg) {
String expectedMessage = 're: hi';
// Should be hi, not hello.
expectedMessage = 're: hello'; /// 01: runtime error

Powered by Google App Engine
This is Rietveld 408576698