| Index: util/mach/exc_client_variants_test.cc | 
| diff --git a/util/mach/exc_client_variants_test.cc b/util/mach/exc_client_variants_test.cc | 
| index dd2036e7d2001c50f3da802d3cf601316c652891..253c72c007bf6b8b8e07d09003b2e93eee818aca 100644 | 
| --- a/util/mach/exc_client_variants_test.cc | 
| +++ b/util/mach/exc_client_variants_test.cc | 
| @@ -117,7 +117,6 @@ class TestExcClientVariants : public UniversalMachExcServer, | 
|  | 
| // Send a new state back to the client. | 
| for (size_t index = 0; index < *new_state_count; ++index) { | 
| -        EXPECT_EQ(0u, new_state[index]); | 
| new_state[index] = MACHINE_THREAD_STATE_COUNT - index; | 
| } | 
| } else { | 
|  |