Chromium Code Reviews| Index: tests/ImageDecodingTest.cpp |
| =================================================================== |
| --- tests/ImageDecodingTest.cpp (revision 11929) |
| +++ 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."); |
|
reed1
2013/10/24 20:54:21
interesting. should this be in this CL?
bungeman-skia
2013/10/24 20:58:54
Ah, I had it here because I fixed FontHostTest::te
|
| return; |
| } |
| SkOSFile::Iter iter(resourcePath.c_str()); |