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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gl/object.test.cpp b/test/gl/object.test.cpp
index 8046927c54..a29b2ff958 100644
--- a/test/gl/object.test.cpp
+++ b/test/gl/object.test.cpp
@@ -51,7 +51,7 @@ TEST(GLObject, Store) {
gl::Context context;
EXPECT_TRUE(context.empty());
- gl::UniqueTexture texture = context.createTexture();
+ gl::UniqueTexture texture = context.createUniqueTexture();
EXPECT_NE(texture.get(), 0u);
texture.reset();
EXPECT_FALSE(context.empty());