Index: tests/KtxTest.cpp |
diff --git a/tests/KtxTest.cpp b/tests/KtxTest.cpp |
index 1a61f3aa0bae6f2d62bc64ca6ec0e684891e5d03..499db6ab484ecfa901941869895bbb6ff4e721d3 100644 |
--- a/tests/KtxTest.cpp |
+++ b/tests/KtxTest.cpp |
@@ -145,8 +145,8 @@ DEF_TEST(KtxReexportPKM, reporter) { |
// Load PKM file into a bitmap |
SkBitmap etcBitmap; |
SkAutoTUnref<SkData> fileData(SkData::NewFromFileName(pkmFilename.c_str())); |
- REPORTER_ASSERT(reporter, fileData); |
if (NULL == fileData) { |
+ SkDebugf("KtxReexportPKM: can't load test file %s\n", pkmFilename.c_str()); |
return; |
} |