| Index: snapshot/win/process_reader_win_test.cc
|
| diff --git a/snapshot/win/process_reader_win_test.cc b/snapshot/win/process_reader_win_test.cc
|
| index 6cd06e5bdb8c3cf3fcec79c86c6d68e62bff8af5..23306315522acd4e1dc5f45bd9e6ccf0e1640c1a 100644
|
| --- a/snapshot/win/process_reader_win_test.cc
|
| +++ b/snapshot/win/process_reader_win_test.cc
|
| @@ -104,7 +104,7 @@ TEST(ProcessReaderWin, SelfOneThread) {
|
| #if defined(ARCH_CPU_64_BITS)
|
| EXPECT_NE(0, threads[0].context.Rip);
|
| #else
|
| - EXPECT_NE(0, threads[0].context.Eip);
|
| + EXPECT_NE(0u, threads[0].context.Eip);
|
| #endif
|
|
|
| EXPECT_EQ(0, threads[0].suspend_count);
|
|
|