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 b5a055f4ca..49de63f0d8 100644
--- a/test/gl/object.test.cpp
+++ b/test/gl/object.test.cpp
@@ -26,7 +26,7 @@ struct MockGLObject {
const bool MockGLObject::Default = false;
-TEST(GLObject, Value) {
+TEST(GLObject, Value) { // NOLINT
setFlag = false;
auto object = std::make_unique<gl::State<MockGLObject>>();
@@ -46,7 +46,7 @@ TEST(GLObject, Value) {
EXPECT_TRUE(setFlag);
}
-TEST(GLObject, Store) {
+TEST(GLObject, Store) { // NOLINT
HeadlessBackend backend { test::sharedDisplay() };
BackendScope scope { backend };
OffscreenView view(backend.getContext());