Chromium Code Reviews| Index: tests/standalone/src/SocketManyConnectionsTest.dart |
| diff --git a/tests/standalone/src/SocketManyConnectionsTest.dart b/tests/standalone/src/SocketManyConnectionsTest.dart |
| index f53af7f249eee0d62f9de6dc6d00eb0b8eec4c95..418c788d4ff4d649af4e96b916296fa5212aa61d 100644 |
| --- a/tests/standalone/src/SocketManyConnectionsTest.dart |
| +++ b/tests/standalone/src/SocketManyConnectionsTest.dart |
| @@ -5,6 +5,7 @@ |
| // Test creating a large number of socket connections. |
| #library("SocketManyConnectionsTest"); |
| +#import("dart:io"); |
| #source("TestingServer.dart"); |
| final CONNECTIONS = 200; |