Chromium Code Reviews| Index: net/http/http_cache_unittest.cc |
| =================================================================== |
| --- net/http/http_cache_unittest.cc (revision 101967) |
| +++ net/http/http_cache_unittest.cc (working copy) |
| @@ -4103,7 +4103,7 @@ |
| RemoveMockTransaction(&transaction); |
| } |
| -#ifdef NDEBUG |
| +#if defined(NDEBUG) && !defined(DCHECK_ALWAYS_ON) |
| // This test hits a NOTREACHED so it is a release mode only test. |
| TEST(HttpCache, RangeGET_OK_LoadOnlyFromCache) { |
| MockHttpCache cache; |