| Index: tests/standalone/src/SocketManyConnectionsTest.dart
|
| diff --git a/tests/standalone/src/SocketManyConnectionsTest.dart b/tests/standalone/src/SocketManyConnectionsTest.dart
|
| index 418c788d4ff4d649af4e96b916296fa5212aa61d..11a432a2baa153c75cf4a4f67f51ed77dccc2a9a 100644
|
| --- a/tests/standalone/src/SocketManyConnectionsTest.dart
|
| +++ b/tests/standalone/src/SocketManyConnectionsTest.dart
|
| @@ -6,6 +6,7 @@
|
|
|
| #library("SocketManyConnectionsTest");
|
| #import("dart:io");
|
| +#import("dart:isolate");
|
| #source("TestingServer.dart");
|
|
|
| final CONNECTIONS = 200;
|
|
|