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

Unified Diff: tests/standalone/io/socket_upgrade_to_secure_test.dart

Issue 14640008: Change the signature for all network bind calls. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated comments with IPv6 info Created 7 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/socket_upgrade_to_secure_test.dart
diff --git a/tests/standalone/io/socket_upgrade_to_secure_test.dart b/tests/standalone/io/socket_upgrade_to_secure_test.dart
index d4448ca1ed59273fd975b5835fbcac29dc5298aa..b7758f4fee7cc67619c542532d7a0d3315cfaace 100644
--- a/tests/standalone/io/socket_upgrade_to_secure_test.dart
+++ b/tests/standalone/io/socket_upgrade_to_secure_test.dart
@@ -209,7 +209,7 @@ void test(bool hostnameInConnect,
});
}
- ServerSocket.bind(HOST_NAME, 0, 5).then(serverReady);
+ ServerSocket.bind(HOST_NAME, 0, backlog: 5).then(serverReady);
Bill Hesse 2013/05/01 08:57:06 Drop 5?
Søren Gjesse 2013/05/01 09:06:42 Done.
}
main() {

Powered by Google App Engine
This is Rietveld 408576698