summaryrefslogtreecommitdiff
path: root/test/gl
diff options
context:
space:
mode:
Diffstat (limited to 'test/gl')
-rw-r--r--test/gl/object.test.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/gl/object.test.cpp b/test/gl/object.test.cpp
index 30699718b3..8046927c54 100644
--- a/test/gl/object.test.cpp
+++ b/test/gl/object.test.cpp
@@ -2,8 +2,6 @@
#include <mbgl/renderer/backend_scope.hpp>
#include <mbgl/gl/headless_backend.hpp>
-#include <mbgl/gl/offscreen_view.hpp>
-
#include <mbgl/gl/context.hpp>
#include <memory>
@@ -47,9 +45,8 @@ TEST(GLObject, Value) {
}
TEST(GLObject, Store) {
- HeadlessBackend backend;
+ HeadlessBackend backend { { 256, 256 } };
BackendScope scope { backend };
- OffscreenView view(backend.getContext());
gl::Context context;
EXPECT_TRUE(context.empty());