aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsCubicLineIntersectionTest.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-14 21:04:37 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-14 21:04:37 +0000
commite2eac8b2fd8966cc9af51f8d40151dad6c591d2e (patch)
treec4fdfc8ee662bc411e8865101236e9259effea9d /tests/PathOpsCubicLineIntersectionTest.cpp
parent19382421b916aab00be7265815ba4e2690adf2c9 (diff)
Move macros from TestClassDef.h to Test.h
Motivation: those macros don't make any sense without the definitions in Test.h. BUG= R=mtklein@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/138563004 git-svn-id: http://skia.googlecode.com/svn/trunk@13074 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/PathOpsCubicLineIntersectionTest.cpp')
-rw-r--r--tests/PathOpsCubicLineIntersectionTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PathOpsCubicLineIntersectionTest.cpp b/tests/PathOpsCubicLineIntersectionTest.cpp
index a021454cb6..3f9e9ff1c7 100644
--- a/tests/PathOpsCubicLineIntersectionTest.cpp
+++ b/tests/PathOpsCubicLineIntersectionTest.cpp
@@ -10,7 +10,6 @@
#include "SkPathOpsLine.h"
#include "SkReduceOrder.h"
#include "Test.h"
-#include "TestClassDef.h"
static struct lineCubic {
SkDCubic cubic;