summaryrefslogtreecommitdiff
path: root/test/gl
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-09-26 12:53:32 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-10-05 10:52:19 -0700
commit7a3bef091e7390fa57bf33f1a704c893768b5625 (patch)
treeaf798d879923fd45e763f5dc5449b7e8419aa192 /test/gl
parentac8a74ebccb85f83c40b9fccfeb11dc2cb3c79e4 (diff)
downloadqtlocation-mapboxgl-7a3bef091e7390fa57bf33f1a704c893768b5625.tar.gz
[core] Refactor Buffer
Diffstat (limited to 'test/gl')
-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();