| Index: utils/tests/pub/test_pub.dart
|
| diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
|
| index 95f66f8c612956f3d9108e926878864d2813f381..a187f4e202875fefeed863b271903fdea056747d 100644
|
| --- a/utils/tests/pub/test_pub.dart
|
| +++ b/utils/tests/pub/test_pub.dart
|
| @@ -1219,7 +1219,7 @@ class ScheduledProcess {
|
| Future<PubProcess> _processFuture;
|
|
|
| /// The process that's scheduled to run. It may be null.
|
| - Process _process;
|
| + PubProcess _process;
|
|
|
| /// The exit code of the scheduled program. It may be null.
|
| int _exitCode;
|
|
|