aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrGLExtensionsTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GrGLExtensionsTest.cpp')
-rw-r--r--tests/GrGLExtensionsTest.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/GrGLExtensionsTest.cpp b/tests/GrGLExtensionsTest.cpp
index 70620764cb..0c780814b1 100644
--- a/tests/GrGLExtensionsTest.cpp
+++ b/tests/GrGLExtensionsTest.cpp
@@ -7,9 +7,6 @@
#include "SkTypes.h"
-// This test is a GPU-backend specific test.
-#if SK_SUPPORT_GPU
-
#include "gl/GrGLDefines.h"
#include "gl/GrGLExtensions.h"
#include "Test.h"
@@ -49,5 +46,3 @@ DEF_TEST(GrGLExtensionsTest_remove, reporter) {
REPORTER_ASSERT(reporter, ext.remove("test_extension_1"));
REPORTER_ASSERT(reporter, !ext.has("test_extension_1"));
}
-
-#endif