aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PinnedImageTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PinnedImageTest.cpp')
-rw-r--r--tests/PinnedImageTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/PinnedImageTest.cpp b/tests/PinnedImageTest.cpp
index b5f53fc2ec..00720a59c7 100644
--- a/tests/PinnedImageTest.cpp
+++ b/tests/PinnedImageTest.cpp
@@ -9,8 +9,6 @@
#include "Test.h"
-#if SK_SUPPORT_GPU
-
using namespace sk_gpu_test;
#include "GrContextFactory.h"
@@ -128,5 +126,3 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(PinnedImageTest, reporter, ctxInfo) {
basic_test(reporter, ctxInfo.grContext());
cleanup_test(reporter);
}
-
-#endif