aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tests/FontMgrTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/FontMgrTest.cpp b/tests/FontMgrTest.cpp
index afe618c201..6e59364684 100644
--- a/tests/FontMgrTest.cpp
+++ b/tests/FontMgrTest.cpp
@@ -47,7 +47,6 @@ static void test_fontiter(skiatest::Reporter* reporter, bool verbose) {
for (int i = 0; i < count; ++i) {
SkString fname;
fm->getFamilyName(i, &fname);
- REPORTER_ASSERT(reporter, fname.size() > 0);
SkAutoTUnref<SkFontStyleSet> fnset(fm->matchFamily(fname.c_str()));
SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));