aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrAllocatorTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GrAllocatorTest.cpp')
-rw-r--r--tests/GrAllocatorTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/GrAllocatorTest.cpp b/tests/GrAllocatorTest.cpp
index c02a7ca9af..7c1c1fa876 100644
--- a/tests/GrAllocatorTest.cpp
+++ b/tests/GrAllocatorTest.cpp
@@ -6,8 +6,6 @@
*/
#include "Test.h"
-// This is a GPU-backend specific test
-#if SK_SUPPORT_GPU
#include "GrAllocator.h"
namespace {
@@ -99,5 +97,3 @@ DEF_TEST(GrAllocator, reporter) {
check_allocator(allocators[i], 100, 10, reporter);
}
}
-
-#endif