Index: remoting/base/breakpad_win_unittest.cc |
diff --git a/remoting/base/breakpad_win_unittest.cc b/remoting/base/breakpad_win_unittest.cc |
index 78ab02ab198f6fd5fe4310084ee7a01e59775efe..877ea32adfa2d2e4a2039228f006bcfd4626626f 100644 |
--- a/remoting/base/breakpad_win_unittest.cc |
+++ b/remoting/base/breakpad_win_unittest.cc |
@@ -144,7 +144,7 @@ TEST_F(BreakpadWinDeathTest, TestAccessViolation) { |
} |
// Generate access violation exception. |
- ASSERT_DEATH(*reinterpret_cast<int*>(NULL) = 1, ""); |
+ ASSERT_DEATH(*reinterpret_cast<volatile int*>(NULL) = 1, ""); |
} |
TEST_F(BreakpadWinDeathTest, TestInvalidParameter) { |