aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsQuadReduceOrderTest.cpp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-10 18:53:01 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-10 18:53:01 +0000
commite942bc329aadbdf6f7f67e35faab52536b964ed9 (patch)
tree18a7c676a003801f1a9817288ce19d72c31a2a70 /tests/PathOpsQuadReduceOrderTest.cpp
parentb0f8b430de74a51f35dbfbff5284a04f8d70ec48 (diff)
fix a few pathops test bugs exposed on Mac and Linux
git-svn-id: http://skia.googlecode.com/svn/trunk@8601 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/PathOpsQuadReduceOrderTest.cpp')
-rw-r--r--tests/PathOpsQuadReduceOrderTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsQuadReduceOrderTest.cpp b/tests/PathOpsQuadReduceOrderTest.cpp
index 8ee817b627..64f2069e24 100644
--- a/tests/PathOpsQuadReduceOrderTest.cpp
+++ b/tests/PathOpsQuadReduceOrderTest.cpp
@@ -62,7 +62,7 @@ static void standardTestCases(skiatest::Reporter* reporter) {
}
}
-void QuadReduceOrderTest(skiatest::Reporter* reporter) {
+static void QuadReduceOrderTest(skiatest::Reporter* reporter) {
oneOffTest(reporter);
standardTestCases(reporter);
}