| Index: client/simulate_crash_mac_test.cc
|
| diff --git a/client/simulate_crash_mac_test.cc b/client/simulate_crash_mac_test.cc
|
| index 1ef0a7755264357d2789907364d1ab70c9cb9652..5ab975fddf68c30b0d4c1c087498e9bea27cd3ea 100644
|
| --- a/client/simulate_crash_mac_test.cc
|
| +++ b/client/simulate_crash_mac_test.cc
|
| @@ -225,6 +225,9 @@ class TestSimulateCrashMac final : public MachMultiprocess,
|
| return KERN_ABORTED;
|
| }
|
|
|
| + ExcServerCopyState(
|
| + behavior, old_state, old_state_count, new_state, new_state_count);
|
| +
|
| return ExcServerSuccessfulReturnValue(behavior, true);
|
| }
|
|
|
|
|