Chromium Code Reviews| Index: tests/standalone/src/ProcessWorkingDirectoryTest.dart |
| =================================================================== |
| --- tests/standalone/src/ProcessWorkingDirectoryTest.dart (revision 2987) |
| +++ tests/standalone/src/ProcessWorkingDirectoryTest.dart (working copy) |
| @@ -20,8 +20,6 @@ |
| directory.createTempSync(); |
| Expect.isTrue(directory.existsSync()); |
| - print(fullTestFilePath); |
| - |
| Process process = new Process.start(fullTestFilePath, |
| const ["0", "0", "99", "0"], |
| directory.path); |