Index: tests/ImageDecodingTest.cpp |
=================================================================== |
--- tests/ImageDecodingTest.cpp (revision 10894) |
+++ tests/ImageDecodingTest.cpp (working copy) |
@@ -177,6 +177,7 @@ |
// This test cannot run if there is no resource path. |
SkString resourcePath = skiatest::Test::GetResourcePath(); |
if (resourcePath.isEmpty()) { |
+ SkDebugf("Could not run unpremul test because resourcePath not specified."); |
return; |
} |
SkOSFile::Iter iter(resourcePath.c_str()); |