aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ChecksumTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ChecksumTest.cpp')
-rw-r--r--tests/ChecksumTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ChecksumTest.cpp b/tests/ChecksumTest.cpp
index c095a5ac11..cf9d65c59e 100644
--- a/tests/ChecksumTest.cpp
+++ b/tests/ChecksumTest.cpp
@@ -18,7 +18,7 @@ static uint32_t murmur_noseed(const uint32_t* d, size_t l) { return SkChecksum::
DEF_TEST(Checksum, r) {
// Algorithms to test. They're currently all uint32_t(const uint32_t*, size_t).
typedef uint32_t(*algorithmProc)(const uint32_t*, size_t);
- const algorithmProc kAlgorithms[] = { &SkChecksum::Compute, &murmur_noseed };
+ const algorithmProc kAlgorithms[] = { &murmur_noseed };
// Put 128 random bytes into two identical buffers. Any multiple of 4 will do.
const size_t kBytes = SkAlign4(128);