aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrContextAbandonTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GrContextAbandonTest.cpp')
-rw-r--r--tests/GrContextAbandonTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/GrContextAbandonTest.cpp b/tests/GrContextAbandonTest.cpp
index 544e121e04..dcd18e2fb7 100644
--- a/tests/GrContextAbandonTest.cpp
+++ b/tests/GrContextAbandonTest.cpp
@@ -7,8 +7,6 @@
#include "SkTypes.h"
-#if SK_SUPPORT_GPU
-
#include "GrContextFactory.h"
#include "Test.h"
@@ -49,5 +47,3 @@ DEF_GPUTEST(GrContext_abandonContext, reporter, options) {
}
}
}
-
-#endif