| Index: tests/standalone/io/many_echo_server_test.dart
|
| diff --git a/tests/standalone/src/io/ManyEchoServerTest.dart b/tests/standalone/io/many_echo_server_test.dart
|
| similarity index 89%
|
| rename from tests/standalone/src/io/ManyEchoServerTest.dart
|
| rename to tests/standalone/io/many_echo_server_test.dart
|
| index 1de373264cf34be776e4096219b1afbc2b3c58b9..c377a7fd5a1ed7016e050ef3eb4f82415a44c8bb 100644
|
| --- a/tests/standalone/src/io/ManyEchoServerTest.dart
|
| +++ b/tests/standalone/io/many_echo_server_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Stress test isolate generation.
|
|
|
| -#import("EchoServerTest.dart", prefix: "single");
|
| +#import("echo_server_test.dart", prefix: "single");
|
|
|
| class ManyEchoServerTest {
|
| static testMain() {
|
|
|