Index: tests/PointTest.cpp |
diff --git a/tests/PointTest.cpp b/tests/PointTest.cpp |
index d4b9128b3ef84f0f0d281f8153871612feacbf81..fed443a02e7d050fc0b0b1d752c4abe8ed58875e 100644 |
--- a/tests/PointTest.cpp |
+++ b/tests/PointTest.cpp |
@@ -117,7 +117,6 @@ static void test_underflow(skiatest::Reporter* reporter) { |
REPORTER_ASSERT(reporter, pt == copy); // pt is unchanged |
} |
-#include "TestClassDef.h" |
DEF_TEST(Point, reporter) { |
test_casts(reporter); |