Index: tests/standalone/io/socket_port_test.dart |
diff --git a/tests/standalone/io/socket_port_test.dart b/tests/standalone/io/socket_port_test.dart |
index 009a522c9f12b7d64c5b0e35c8e2f00ec16959dc..d3c01799f49a0bb3dd087fd28bd9dc75ddbb4c4e 100644 |
--- a/tests/standalone/io/socket_port_test.dart |
+++ b/tests/standalone/io/socket_port_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 testPort() { |