| Index: sandbox/win/src/process_policy_test.cc
|
| diff --git a/sandbox/win/src/process_policy_test.cc b/sandbox/win/src/process_policy_test.cc
|
| index 28d5ac26e136a9c6128f280a34412cce42364e52..779cd156b7c7be093b02f80b27b38ceb9b502f7c 100644
|
| --- a/sandbox/win/src/process_policy_test.cc
|
| +++ b/sandbox/win/src/process_policy_test.cc
|
| @@ -416,7 +416,8 @@ TEST(ProcessPolicyTest, CreateProcessAW) {
|
| // Tests that the broker correctly handles a process crashing within the job.
|
| TEST(ProcessPolicyTest, CreateProcessCrashy) {
|
| TestRunner runner;
|
| - EXPECT_EQ(STATUS_BREAKPOINT, runner.RunTest(L"Process_Crash"));
|
| + EXPECT_EQ(static_cast<int>(STATUS_BREAKPOINT),
|
| + runner.RunTest(L"Process_Crash"));
|
| }
|
|
|
| TEST(ProcessPolicyTest, OpenToken) {
|
|
|