| Index: dart/tools/testing/dart/record_and_replay.dart
|
| diff --git a/dart/tools/testing/dart/record_and_replay.dart b/dart/tools/testing/dart/record_and_replay.dart
|
| index f60be45f7ba2b4805f954c8f52b35a61fe2c7af4..5abb41c07c202edff663296c4b3304e1b996e94b 100644
|
| --- a/dart/tools/testing/dart/record_and_replay.dart
|
| +++ b/dart/tools/testing/dart/record_and_replay.dart
|
| @@ -55,7 +55,7 @@ class TestCaseRecorder {
|
| _cwd = Directory.current.path;
|
| }
|
|
|
| - void nextCommand(Command command, int timeout) {
|
| + void nextCommand(ProcessCommand command, int timeout) {
|
| // Convert arguments from absolute to relative paths (relative to the dart
|
| // directory) because the absolute path on the machine where we record
|
| // may be different from the absolute path on the machine where we execute
|
| @@ -100,7 +100,7 @@ class TestCaseOutputArchive {
|
| }
|
| }
|
|
|
| - CommandOutput outputOf(Command command) {
|
| + CommandOutput outputOf(ProcessCommand command) {
|
| // Convert arguments from absolute to relative paths (relative to the dart
|
| // directory) because the absolute path on the machine where we record
|
| // may be different from the absolute path on the machine where we execute
|
|
|