| Index: tests/standalone/io/process_broken_pipe_test.dart
|
| diff --git a/tests/standalone/src/io/ProcessBrokenPipeTest.dart b/tests/standalone/io/process_broken_pipe_test.dart
|
| similarity index 95%
|
| rename from tests/standalone/src/io/ProcessBrokenPipeTest.dart
|
| rename to tests/standalone/io/process_broken_pipe_test.dart
|
| index 434e98572af0f131bccffd56decb2491cfea0c02..440fda06c67d32dcb14dab384dd26ecbd2f53c15 100644
|
| --- a/tests/standalone/src/io/ProcessBrokenPipeTest.dart
|
| +++ b/tests/standalone/io/process_broken_pipe_test.dart
|
| @@ -6,7 +6,7 @@
|
|
|
| #import('dart:io');
|
|
|
| -#source("ProcessTestUtil.dart");
|
| +#source("process_test_util.dart");
|
|
|
| main() {
|
| // Running dart without arguments makes it close right away.
|
|
|