Commit 0fb2fc0f authored by johnme's avatar johnme Committed by Commit bot

Fix asserts in gcm_client_impl_unittest

Many of the tests were calling helper methods that ASSERT, without
wrapping those calls with ASSERT_NO_FATAL_FAILURE to propagate any
assertion failures to the test. This patch wraps the calls.

BUG=none

Review-Url: https://codereview.chromium.org/2148163003
Cr-Commit-Position: refs/heads/master@{#405494}
parent e4f4e191
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment