by hook or by crook, force gcc to return the value of SkPoint::length() to actually...
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 6 May 2013 15:59:51 +0000 (15:59 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 6 May 2013 15:59:51 +0000 (15:59 +0000)
commitfcc9ca09a56cd43015cc990898a55978bc2bf23d
treee46adc7e0abfb934fee537cc4718ee1d92608c93
parentddb45a6ac0f64e08a22f6b63b79a6e46e49333e7
by hook or by crook, force gcc to return the value of SkPoint::length() to actually be a float
instead of a double. Otherwise we can't properly test for overflow with large values.

R=robertphillips@google.com

Review URL: https://codereview.chromium.org/14884011

git-svn-id: http://skia.googlecode.com/svn/trunk@9015 2bbb7eff-a529-9590-31e7-b0007b416f81
tests/PointTest.cpp