| Index: tests/standalone/src/io/ManyEchoServerTest.dart
|
| diff --git a/tests/standalone/src/io/ManyEchoServerTest.dart b/tests/standalone/src/io/ManyEchoServerTest.dart
|
| deleted file mode 100644
|
| index 1de373264cf34be776e4096219b1afbc2b3c58b9..0000000000000000000000000000000000000000
|
| --- a/tests/standalone/src/io/ManyEchoServerTest.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("EchoServerTest.dart", prefix: "single");
|
| -
|
| -class ManyEchoServerTest {
|
| - static testMain() {
|
| - for (int i = 0; i < 5000; i++) {
|
| - single.EchoServerTest.testMain();
|
| - }
|
| - }
|
| -}
|
| -
|
| -main() {
|
| - ManyEchoServerTest.testMain();
|
| -}
|
|
|