Index: third_party/crashpad/crashpad/test/multiprocess_exec_win.cc |
diff --git a/third_party/crashpad/crashpad/test/multiprocess_exec_win.cc b/third_party/crashpad/crashpad/test/multiprocess_exec_win.cc |
index 3f7d2facee186f0d0ad399f571b3828c4e78cdbb..5eb5d803baac6516690d6575b319edd1b6ab381e 100644 |
--- a/third_party/crashpad/crashpad/test/multiprocess_exec_win.cc |
+++ b/third_party/crashpad/crashpad/test/multiprocess_exec_win.cc |
@@ -127,7 +127,7 @@ void MultiprocessExec::PreFork() { |
// Make pipes for child-to-parent and parent-to-child communication. Mark them |
// as inheritable via the SECURITY_ATTRIBUTES, but use SetHandleInformation to |
// ensure that the parent sides are not inherited. |
- ASSERT_EQ(nullptr, info()); |
+ ASSERT_EQ(info(), nullptr); |
set_info(new internal::MultiprocessInfo()); |
SECURITY_ATTRIBUTES security_attributes = {0}; |