| commit | 3c996f8a15e5d8fada9550d978e9b5344b81d276 | [log] [tgz] |
|---|---|---|
| author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 24 21:39:35 2013 +0000 |
| committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 24 21:39:35 2013 +0000 |
| tree | 662398b8df4b3155059856310ff888e6f7c90dc1 | |
| parent | edf00c7a59b6f18f4bd90932734b42ec941b4491 [diff] [blame] |
Implement charToGlyph on remaining ports. R=reed@google.com Review URL: https://codereview.chromium.org/22859070 git-svn-id: http://skia.googlecode.com/svn/trunk@11955 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp index 5146b08..56193f4 100644 --- a/tests/ImageDecodingTest.cpp +++ b/tests/ImageDecodingTest.cpp
@@ -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());