Index: tests/standalone/io/http_connection_info_test.dart |
diff --git a/tests/standalone/io/http_connection_info_test.dart b/tests/standalone/io/http_connection_info_test.dart |
index 54c06287df827852720c622d98885d7bb70c997f..0d4caa4645b6b2b37d47e0a2a341e31c0453934e 100644 |
--- a/tests/standalone/io/http_connection_info_test.dart |
+++ b/tests/standalone/io/http_connection_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 testHttpConnectionInfo() { |