aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SkBase64Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SkBase64Test.cpp')
-rw-r--r--tests/SkBase64Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SkBase64Test.cpp b/tests/SkBase64Test.cpp
index 217e2ca56d..14ff1f7717 100644
--- a/tests/SkBase64Test.cpp
+++ b/tests/SkBase64Test.cpp
@@ -9,7 +9,7 @@
#include "Test.h"
-DEF_TEST(SkBase64Test, reporter) {
+DEF_TEST(SkBase64, reporter) {
char all[256];
for (int index = 0; index < 256; ++index) {
all[index] = (signed char) (index + 1);