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

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

Issue 2709213002: Fix analyser warnings (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/http_bind_test.dart
diff --git a/tests/standalone/io/http_bind_test.dart b/tests/standalone/io/http_bind_test.dart
index 774471c91363775b8c2a110eeed815dd5f73bbea..4d9c68bd01136c8c221fe6dc5fc5feba0d4b2eb7 100644
--- a/tests/standalone/io/http_bind_test.dart
+++ b/tests/standalone/io/http_bind_test.dart
@@ -75,7 +75,7 @@ void main() {
});
}
-bool supportsIPV6() async {
+Future<bool> supportsIPV6() async {
try {
var socket = await ServerSocket.bind('::1', 0);
await socket.close();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698