From f614b76377cd4a273065ab01efabf9ded344eac2 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Wed, 2 Oct 2013 15:07:52 +0000 Subject: fix 10.6 git-svn-id: http://skia.googlecode.com/svn/trunk@11572 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsOpTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/PathOpsOpTest.cpp b/tests/PathOpsOpTest.cpp index 4d035770b7..3ec2199573 100644 --- a/tests/PathOpsOpTest.cpp +++ b/tests/PathOpsOpTest.cpp @@ -2122,7 +2122,7 @@ static void issue1435(skiatest::Reporter* reporter) { static void bufferOverflow(skiatest::Reporter* reporter) { SkPath path; - path.addRect(0,0, 300,170141183460469231731687303715884105728.); + path.addRect(0,0, 300,170141183460469231731687303715884105728.f); SkPath pathB; pathB.addRect(0,0, 300,16); testPathOp(reporter, path, pathB, kUnion_PathOp); -- cgit v1.2.3