aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/AAClipTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AAClipTest.cpp')
-rw-r--r--tests/AAClipTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/AAClipTest.cpp b/tests/AAClipTest.cpp
index 1b060a7d2d..5c1d4e1720 100644
--- a/tests/AAClipTest.cpp
+++ b/tests/AAClipTest.cpp
@@ -380,7 +380,7 @@ static void test_nearly_integral(skiatest::Reporter* reporter) {
did_dx_affect(reporter, gUnsafeX, SK_ARRAY_COUNT(gUnsafeX), true);
}
-static void test_regressions(skiatest::Reporter* reporter) {
+static void test_regressions() {
// these should not assert in the debug build
// bug was introduced in rev. 3209
{
@@ -400,7 +400,7 @@ static void TestAAClip(skiatest::Reporter* reporter) {
test_irect(reporter);
test_rgn(reporter);
test_path_with_hole(reporter);
- test_regressions(reporter);
+ test_regressions();
test_nearly_integral(reporter);
}