aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathTest.cpp')
-rw-r--r--tests/PathTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 477b02b7c0..9d8c18f997 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -4373,7 +4373,6 @@ static void test_fuzz_crbug_662730(skiatest::Reporter* reporter) {
test_draw_AA_path(100, 100, path);
}
-#if !defined(SK_SUPPORT_LEGACY_DELTA_AA)
static void test_skbug_6947() {
SkPath path;
SkPoint points[] =
@@ -4433,8 +4432,6 @@ static void test_skbug_7051() {
test_draw_AA_path(100, 100, path);
}
-#endif
-
static void test_interp(skiatest::Reporter* reporter) {
SkPath p1, p2, out;
REPORTER_ASSERT(reporter, p1.isInterpolatable(p2));