| Index: tests/standalone/src/io/ProcessStartExceptionTest.dart
|
| diff --git a/tests/standalone/src/io/ProcessStartExceptionTest.dart b/tests/standalone/src/io/ProcessStartExceptionTest.dart
|
| index aa7de7f3ee9fdf4167b1340a1dac79b40c4d55df..886f6ba76e32d0cbf41107baef4b7587e81f7982 100644
|
| --- a/tests/standalone/src/io/ProcessStartExceptionTest.dart
|
| +++ b/tests/standalone/src/io/ProcessStartExceptionTest.dart
|
| @@ -18,7 +18,7 @@ class ProcessStartExceptionTest {
|
| };
|
|
|
| process.onError = (ProcessException e) {
|
| - Expect.equals(2, e.errorCode);
|
| + Expect.equals(2, e.errorCode, e.toString());
|
| };
|
| }
|
| }
|
|
|