| Index: snapshot/win/exception_snapshot_win_test.cc
|
| diff --git a/snapshot/win/exception_snapshot_win_test.cc b/snapshot/win/exception_snapshot_win_test.cc
|
| index f6509a51c13f1519bda9098c65ad60df650223af..3a34cc1cd0f2b26d641b78fb298087f7ed411ce7 100644
|
| --- a/snapshot/win/exception_snapshot_win_test.cc
|
| +++ b/snapshot/win/exception_snapshot_win_test.cc
|
| @@ -63,7 +63,7 @@ class ExceptionSnapshotWinTest : public testing::Test {
|
| HANDLE process,
|
| WinVMAddress exception_information_address) override {
|
| ProcessSnapshotWin snapshot;
|
| - snapshot.Initialize(process);
|
| + snapshot.Initialize(process, ProcessSuspensionState::kSuspended);
|
| snapshot.InitializeException(exception_information_address);
|
|
|
| // Confirm the exception record was read correctly.
|
|
|