Chromium Code Reviews| Index: tests/dart/src/ProcessExitTest.dart |
| =================================================================== |
| --- tests/dart/src/ProcessExitTest.dart (revision 380) |
| +++ tests/dart/src/ProcessExitTest.dart (working copy) |
| @@ -7,7 +7,7 @@ |
| class ProcessExitTest { |
| static void testExit() { |
| - Process process = new Process("out/Debug_ia32/process_test", |
| + Process process = new Process("Debug_ia32\\process_test.exe", |
| const ["0", "0", "99", "0"]); |
| void exitHandler(int exitCode) { |