aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GpuRectanizerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GpuRectanizerTest.cpp')
-rw-r--r--tests/GpuRectanizerTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/GpuRectanizerTest.cpp b/tests/GpuRectanizerTest.cpp
index 2ee641e916..5b737fee24 100644
--- a/tests/GpuRectanizerTest.cpp
+++ b/tests/GpuRectanizerTest.cpp
@@ -5,8 +5,6 @@
* found in the LICENSE file.
*/
-#if SK_SUPPORT_GPU
-
#include "GrRectanizer_pow2.h"
#include "GrRectanizer_skyline.h"
#include "SkRandom.h"
@@ -70,5 +68,3 @@ DEF_GPUTEST(GpuRectanizer, reporter, factory) {
test_skyline(reporter, rects);
test_pow2(reporter, rects);
}
-
-#endif