aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ReadWriteAlphaTest.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/ReadWriteAlphaTest.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/ReadWriteAlphaTest.cpp')
-rw-r--r--tests/ReadWriteAlphaTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp
index 47a5f5a7c1..5df1ab395f 100644
--- a/tests/ReadWriteAlphaTest.cpp
+++ b/tests/ReadWriteAlphaTest.cpp
@@ -11,7 +11,6 @@
#include "GrContextFactory.h"
#include "SkGpuDevice.h"
#include "Test.h"
-#include "TestClassDef.h"
static const int X_SIZE = 12;
static const int Y_SIZE = 12;