| Index: tests/standalone/io/socket_info_test.dart
|
| diff --git a/tests/standalone/io/socket_info_test.dart b/tests/standalone/io/socket_info_test.dart
|
| index e35eab6b8242ce6c47ddb721bb5b70bb26e30000..8bbeb76737f928468d4d3ce307c02fb5d2544f74 100644
|
| --- a/tests/standalone/io/socket_info_test.dart
|
| +++ b/tests/standalone/io/socket_info_test.dart
|
| @@ -2,6 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "package:expect/expect.dart";
|
| import "dart:io";
|
|
|
| void testHostAndPort() {
|
|
|