| Index: tests/HashCacheTest.cpp
|
| diff --git a/tests/HashCacheTest.cpp b/tests/HashCacheTest.cpp
|
| index ae26f3bd6115b7abe5cfe6867b3d2cafe6bc6a69..bd28c44197e7523ed29130dcb62d9a0bfa4ce2e4 100644
|
| --- a/tests/HashCacheTest.cpp
|
| +++ b/tests/HashCacheTest.cpp
|
| @@ -155,12 +155,6 @@ static void TestHashCache(skiatest::Reporter* reporter) {
|
| HashElement* found = cache.find(0);
|
| REPORTER_ASSERT(reporter, NULL == found);
|
| }
|
| -
|
| - // remove all
|
| - {
|
| - cache.removeAll();
|
| - REPORTER_ASSERT(reporter, 0 == cache.count());
|
| - }
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|