Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: tests/HashCacheTest.cpp

Issue 43383006: Clean up the GrTHashTable API. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: boo, default template arguments on a function are C++11... Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrTextStrike_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
- }
}
////////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « src/gpu/GrTextStrike_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698