| Index: tests/standalone/io/socket_many_connections_test.dart
|
| diff --git a/tests/standalone/src/io/SocketManyConnectionsTest.dart b/tests/standalone/io/socket_many_connections_test.dart
|
| similarity index 98%
|
| rename from tests/standalone/src/io/SocketManyConnectionsTest.dart
|
| rename to tests/standalone/io/socket_many_connections_test.dart
|
| index 0ee1cdc8a19ff81645cfa2116a8e7b1ee93d72b8..b536401e7825c26c6c89c686a7c06d4beddb2cd8 100644
|
| --- a/tests/standalone/src/io/SocketManyConnectionsTest.dart
|
| +++ b/tests/standalone/io/socket_many_connections_test.dart
|
| @@ -6,7 +6,7 @@
|
|
|
| #import("dart:io");
|
| #import("dart:isolate");
|
| -#source("TestingServer.dart");
|
| +#source("testing_server.dart");
|
|
|
| final CONNECTIONS = 200;
|
|
|
|
|