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.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/gl/object.test.cpp b/test/gl/object.test.cpp
index 0502bbc847..1a90cec83b 100644
--- a/test/gl/object.test.cpp
+++ b/test/gl/object.test.cpp
@@ -87,13 +87,6 @@ TEST(GLObject, Store) {
context.performCleanup();
EXPECT_TRUE(context.empty());
- mbgl::gl::UniqueBuffer buffer = context.createBuffer();
- EXPECT_NE(buffer.get(), 0u);
- buffer.reset();
- EXPECT_FALSE(context.empty());
- context.performCleanup();
- EXPECT_TRUE(context.empty());
-
mbgl::gl::UniqueTexture texture = context.createTexture();
EXPECT_NE(texture.get(), 0u);
texture.reset();