Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(822)

Unified Diff: util/mac/process_reader_test.cc

Issue 538233002: Fix problems discovered with gcc 4.9.1 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Also fix InitializationState Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | util/misc/initialization_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mac/process_reader_test.cc
diff --git a/util/mac/process_reader_test.cc b/util/mac/process_reader_test.cc
index 67d90995d6cb17ce875ee698e715779d2ef9bc6f..10a6352ab65d497f639235a0a3d2023f47a0e000 100644
--- a/util/mac/process_reader_test.cc
+++ b/util/mac/process_reader_test.cc
@@ -362,7 +362,7 @@ void ExpectSeveralThreads(ThreadMap* thread_map,
thread.stack_region_address >= other_thread.stack_region_address &&
thread.stack_region_address < other_thread_stack_region_end);
EXPECT_FALSE(
- thread_stack_region_end > other_thread.stack_region_address &
+ thread_stack_region_end > other_thread.stack_region_address &&
thread_stack_region_end <= other_thread_stack_region_end);
}
}
« no previous file with comments | « no previous file | util/misc/initialization_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698