From 61873a59d7f7e2a3ef58af6efe594eb8228a86ec Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Mon, 5 Dec 2011 21:47:25 +0000 Subject: add sk_float_isfinite to mask platform differences git-svn-id: http://skia.googlecode.com/svn/trunk@2803 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/ScalarTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ScalarTest.cpp') diff --git a/tests/ScalarTest.cpp b/tests/ScalarTest.cpp index 2848516b97..6c2df73199 100644 --- a/tests/ScalarTest.cpp +++ b/tests/ScalarTest.cpp @@ -20,7 +20,7 @@ static bool isFinite_int(float x) { } static bool isFinite_float(float x) { - return isfinite(x); + return sk_float_isfinite(x); } static bool isFinite_mulzero(float x) { -- cgit v1.2.3