aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/skbug5221.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/skbug5221.cpp')
-rw-r--r--tests/skbug5221.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/skbug5221.cpp b/tests/skbug5221.cpp
index 356a62020b..b6989a0149 100644
--- a/tests/skbug5221.cpp
+++ b/tests/skbug5221.cpp
@@ -23,11 +23,9 @@ DEF_TEST(skbug5221, r) {
test(surface->getCanvas());
}
-#if SK_SUPPORT_GPU
DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) {
sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(
contextInfo.grContext(), SkBudgeted::kYes,
SkImageInfo::Make(256, 256, kRGBA_8888_SkColorType, kPremul_SkAlphaType)));
test(surface->getCanvas());
}
-#endif