Index: tests/PathOpsCubicQuadIntersectionTest.cpp |
diff --git a/tests/PathOpsCubicQuadIntersectionTest.cpp b/tests/PathOpsCubicQuadIntersectionTest.cpp |
index db895d400d9e256d9db5e76f433d2c1bfc676e0d..967dfc7f4e44132007dcbc8128777dc202c8ac76 100644 |
--- a/tests/PathOpsCubicQuadIntersectionTest.cpp |
+++ b/tests/PathOpsCubicQuadIntersectionTest.cpp |
@@ -12,7 +12,7 @@ |
#include "SkReduceOrder.h" |
#include "Test.h" |
-static struct lineCubic { |
+static struct quadCubic { |
SkDCubic cubic; |
SkDQuad quad; |
int answerCount; |