aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/PathTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index ee101402df..5079b7e17c 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -125,10 +125,10 @@ static void test_crbug_170666(skiatest::Reporter* reporter) {
paint.setAntiAlias(true);
SkAutoTUnref<SkSurface> surface(new_surface(1000, 1000));
-
+
build_path_simple_170666(path);
surface->getCanvas()->drawPath(path, paint);
-
+
build_path_170666(path);
surface->getCanvas()->drawPath(path, paint);
}