From 15c746062e80a4fb0bb367e0075ed731ed93e9dc Mon Sep 17 00:00:00 2001 From: reed Date: Tue, 28 Oct 2014 07:12:37 -0700 Subject: not a failure if we didn't load the test file BUG=skia: Review URL: https://codereview.chromium.org/687453005 --- tests/KtxTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/KtxTest.cpp b/tests/KtxTest.cpp index 1a61f3aa0b..499db6ab48 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 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; } -- cgit v1.2.3