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:
parent
b1560445c6
commit
385afd8b71
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user