aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/skbug6653.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/skbug6653.cpp')
-rw-r--r--tests/skbug6653.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/skbug6653.cpp b/tests/skbug6653.cpp
index dbd288eb1b..0b88a98e42 100644
--- a/tests/skbug6653.cpp
+++ b/tests/skbug6653.cpp
@@ -10,8 +10,6 @@
#include "SkCanvas.h"
#include "SkSurface.h"
-#if SK_SUPPORT_GPU
-
#include "GrContext.h"
#include "GrTest.h"
#include "Test.h"
@@ -96,5 +94,3 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(skbug6653, reporter, ctxInfo) {
REPORTER_ASSERT(reporter, match);
}
}
-
-#endif