| Index: tests/standalone/io/many_echo_server_test.dart
|
| diff --git a/tests/standalone/io/many_echo_server_test.dart b/tests/standalone/io/many_echo_server_test.dart
|
| deleted file mode 100644
|
| index c377a7fd5a1ed7016e050ef3eb4f82415a44c8bb..0000000000000000000000000000000000000000
|
| --- a/tests/standalone/io/many_echo_server_test.dart
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// 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.
|
| -// Stress test isolate generation.
|
| -
|
| -#import("echo_server_test.dart", prefix: "single");
|
| -
|
| -class ManyEchoServerTest {
|
| - static testMain() {
|
| - for (int i = 0; i < 5000; i++) {
|
| - single.EchoServerTest.testMain();
|
| - }
|
| - }
|
| -}
|
| -
|
| -main() {
|
| - ManyEchoServerTest.testMain();
|
| -}
|
|
|