Index: snapshot/mac/mach_o_image_annotations_reader_test.cc |
diff --git a/snapshot/mac/mach_o_image_annotations_reader_test.cc b/snapshot/mac/mach_o_image_annotations_reader_test.cc |
index 6609b059672b908a1220b98edf13fcff9b76b2f5..32f3b5c052987a62f86b5373e9662d10b75a65e5 100644 |
--- a/snapshot/mac/mach_o_image_annotations_reader_test.cc |
+++ b/snapshot/mac/mach_o_image_annotations_reader_test.cc |
@@ -218,7 +218,9 @@ class TestMachOImageAnnotationsReader final |
} |
} |
- return ExcServerSuccessfulReturnValue(behavior, false); |
+ ExcServerCopyState( |
+ behavior, old_state, old_state_count, new_state, new_state_count); |
+ return ExcServerSuccessfulReturnValue(exception, behavior, false); |
} |
private: |