Disable SkFloat unit test due to Chromium-side compilation errors

git-svn-id: http://skia.googlecode.com/svn/trunk@12791 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2013-12-19 23:17:56 +00:00
parent b1560445c6
commit 385afd8b71

View File

@ -272,7 +272,7 @@ int SkFloat::Cmp(int32_t packed_a, int32_t packed_b)
void SkFloat::UnitTest()
{
#ifdef SK_SUPPORT_UNITTEST
#if 0 // def SK_SUPPORT_UNITTEST
SkFloat a, b, c, d;
int n;