| Index: tests/standalone/io/process_exit_negative_test.dart
|
| diff --git a/tests/standalone/src/io/ProcessExitNegativeTest.dart b/tests/standalone/io/process_exit_negative_test.dart
|
| similarity index 94%
|
| rename from tests/standalone/src/io/ProcessExitNegativeTest.dart
|
| rename to tests/standalone/io/process_exit_negative_test.dart
|
| index cbcd8c01b1b88eac275b303abd37f8b98062230c..6e739780d0bd2156119e569b45f25bb8ce109476 100644
|
| --- a/tests/standalone/src/io/ProcessExitNegativeTest.dart
|
| +++ b/tests/standalone/io/process_exit_negative_test.dart
|
| @@ -6,7 +6,7 @@
|
| // exit handler is reported correctly.
|
|
|
| #import("dart:io");
|
| -#source("ProcessTestUtil.dart");
|
| +#source("process_test_util.dart");
|
|
|
| void main() {
|
| Process p = new Process.start(getProcessTestFileName(),
|
|
|