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

Unified Diff: tests/html/native_gc_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/html/native_gc_test.dart
diff --git a/tests/html/native_gc_test.dart b/tests/html/native_gc_test.dart
index 14ad75deed74fbd440c2b339dd3c7a9842b228bd..9aaf72ef9c80e747db3d8a9d12ece3046d4be380 100644
--- a/tests/html/native_gc_test.dart
+++ b/tests/html/native_gc_test.dart
@@ -47,7 +47,7 @@ main() {
triggerMajorGC();
}
- testDiv.onClick.listen(expectAsync1((e) {}));
+ testDiv.onClick.listen(expectAsync((e) {}));
window.postMessage(message, '*');
});
}

Powered by Google App Engine
This is Rietveld 408576698