| 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);
|
| }
|
| }
|
|
|