| Index: tests/standalone/io/regress-1925.dart
|
| diff --git a/tests/standalone/src/io/Regress-1925.dart b/tests/standalone/io/regress-1925.dart
|
| similarity index 98%
|
| rename from tests/standalone/src/io/Regress-1925.dart
|
| rename to tests/standalone/io/regress-1925.dart
|
| index 5c7c97695357a93cdd0ba970ea031e478e5c27bf..4409e6acb2e670b95a0fc83f68490245745b26eb 100644
|
| --- a/tests/standalone/src/io/Regress-1925.dart
|
| +++ b/tests/standalone/io/regress-1925.dart
|
| @@ -11,7 +11,7 @@
|
|
|
| #import("dart:io");
|
| #import("dart:isolate");
|
| -#source("TestingServer.dart");
|
| +#source("testing_server.dart");
|
|
|
| class Regress1925TestServer extends TestingServer {
|
|
|
|
|