| commit | 7950a9eba71f65365d88021680a16f245ad3fa68 | [log] [tgz] |
|---|---|---|
| author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 30 14:57:55 2013 +0000 |
| committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 30 14:57:55 2013 +0000 |
| tree | 4906a9e50f93585672a93c984683600b3714acb2 | |
| parent | a5d3e77420621c912383c3b22e542d9413d68278 [diff] [blame] |
add asserts to point<-->verb helpers patch from issue 16153005 BUG= Review URL: https://codereview.chromium.org/16195004 git-svn-id: http://skia.googlecode.com/svn/trunk@9344 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathOpsSimplifyTest.cpp b/tests/PathOpsSimplifyTest.cpp index ce2c89b..f4a332e 100644 --- a/tests/PathOpsSimplifyTest.cpp +++ b/tests/PathOpsSimplifyTest.cpp
@@ -3772,7 +3772,7 @@ testSimplify(reporter, path); } -static void (*firstTest)(skiatest::Reporter* ) = 0; +static void (*firstTest)(skiatest::Reporter* ) = testQuadratic85; static TestDesc tests[] = { TEST(testQuad7),