diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/gl/object.test.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/gl/object.test.cpp b/test/gl/object.test.cpp index a3457d28c6..2a1ee0a1da 100644 --- a/test/gl/object.test.cpp +++ b/test/gl/object.test.cpp @@ -88,13 +88,6 @@ TEST(GLObject, Store) { context.reset(); EXPECT_TRUE(context.empty()); - mbgl::gl::UniqueVertexArray vao = context.createVertexArray(); - EXPECT_NE(vao.get(), 0u); - vao.reset(); - EXPECT_FALSE(context.empty()); - context.performCleanup(); - EXPECT_TRUE(context.empty()); - context.reset(); EXPECT_TRUE(context.empty()); |