summaryrefslogtreecommitdiff
path: root/test/api/custom_layer.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/custom_layer.test.cpp')
-rw-r--r--test/api/custom_layer.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/custom_layer.test.cpp b/test/api/custom_layer.test.cpp
index 5a30220cd7..7c127c6f66 100644
--- a/test/api/custom_layer.test.cpp
+++ b/test/api/custom_layer.test.cpp
@@ -83,7 +83,7 @@ public:
GLuint a_pos = 0;
};
-TEST(CustomLayer, Basic) {
+TEST(CustomLayer, Basic) { // NOLINT
util::RunLoop loop;
HeadlessBackend backend { test::sharedDisplay() };