From 54f0d1b7113cb0dc184e522539aab1030a28a421 Mon Sep 17 00:00:00 2001 From: "sugoi@google.com" Date: Wed, 27 Feb 2013 19:17:41 +0000 Subject: Tests : Unused parameters cleanup I removed unused parameters in the tests wherever it was trivial to do so. I'm trying to get the easy ones out of the way before we get into more involved discussions around this. Review URL: https://codereview.appspot.com/7394055 git-svn-id: http://skia.googlecode.com/svn/trunk@7891 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/AAClipTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/AAClipTest.cpp') 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); } -- cgit v1.2.3