Index: tests/PaintTest.cpp |
diff --git a/tests/PaintTest.cpp b/tests/PaintTest.cpp |
index dbe701688d3907c7653ee2eff398fe64cb2c0443..51060577284c4dbc96643c1be033d08a48a710dc 100644 |
--- a/tests/PaintTest.cpp |
+++ b/tests/PaintTest.cpp |
@@ -309,7 +309,7 @@ DEF_TEST(Paint_regression_measureText, reporter) { |
r.setLTRB(SK_ScalarNaN, SK_ScalarNaN, SK_ScalarNaN, SK_ScalarNaN); |
// test that the rect was reset |
- paint.measureText("", 0, &r, 1.0f); |
+ paint.measureText("", 0, &r); |
REPORTER_ASSERT(reporter, r.isEmpty()); |
} |