summaryrefslogtreecommitdiff
path: root/test/gl/object.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/gl/object.test.cpp')
-rw-r--r--test/gl/object.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gl/object.test.cpp b/test/gl/object.test.cpp
index a29b2ff958..5441c4c335 100644
--- a/test/gl/object.test.cpp
+++ b/test/gl/object.test.cpp
@@ -1,6 +1,6 @@
#include <mbgl/test/util.hpp>
-#include <mbgl/renderer/backend_scope.hpp>
+#include <mbgl/gfx/backend_scope.hpp>
#include <mbgl/gl/headless_backend.hpp>
#include <mbgl/gl/context.hpp>
@@ -46,7 +46,7 @@ TEST(GLObject, Value) {
TEST(GLObject, Store) {
HeadlessBackend backend { { 256, 256 } };
- BackendScope scope { backend };
+ gfx::BackendScope scope { backend };
gl::Context context;
EXPECT_TRUE(context.empty());