aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RoundRectTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/RoundRectTest.cpp')
-rw-r--r--tests/RoundRectTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RoundRectTest.cpp b/tests/RoundRectTest.cpp
index 98e4e5d5b4..a8387d5dff 100644
--- a/tests/RoundRectTest.cpp
+++ b/tests/RoundRectTest.cpp
@@ -35,7 +35,7 @@ static void test_inset(skiatest::Reporter* reporter) {
// Test out the basic API entry points
static void test_round_rect_basic(skiatest::Reporter* reporter) {
// Test out initialization methods
- SkPoint zeroPt = { 0.0, 0.0 };
+ SkPoint zeroPt = { 0, 0 };
SkRRect empty;
empty.setEmpty();