Index: tests/FontMgrTest.cpp |
diff --git a/tests/FontMgrTest.cpp b/tests/FontMgrTest.cpp |
index afe618c201668585a7520c7728f01c24495c8313..6e59364684f2aca01d5f76d22e2ea0b30cf45095 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)); |