| Index: tests/standalone/src/ProcessStartExceptionTest.dart
|
| diff --git a/tests/standalone/src/ProcessStartExceptionTest.dart b/tests/standalone/src/ProcessStartExceptionTest.dart
|
| index 2063601e742b3db7192cad74d9e88f50e59ed1fb..1446ee87f7f698bcc26c135d620bc51447e88ee6 100644
|
| --- a/tests/standalone/src/ProcessStartExceptionTest.dart
|
| +++ b/tests/standalone/src/ProcessStartExceptionTest.dart
|
| @@ -15,7 +15,7 @@ class ProcessStartExceptionTest {
|
| exitHandlerCalled = false;
|
| }
|
|
|
| - process.setExitHandler(exitHandler);
|
| + process.exitHandler = exitHandler;
|
| try {
|
| process.start();
|
| } catch (ProcessException e) {
|
|
|