summaryrefslogtreecommitdiff
path: root/test/util/offscreen_texture.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/util/offscreen_texture.test.cpp')
-rw-r--r--test/util/offscreen_texture.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/util/offscreen_texture.test.cpp b/test/util/offscreen_texture.test.cpp
index feaabf2630..6c9f5e6d5e 100644
--- a/test/util/offscreen_texture.test.cpp
+++ b/test/util/offscreen_texture.test.cpp
@@ -10,7 +10,7 @@
using namespace mbgl;
-TEST(OffscreenTexture, EmptyRed) {
+TEST(OffscreenTexture, EmptyRed) { // NOLINT
HeadlessBackend backend { test::sharedDisplay() };
BackendScope scope { backend };
OffscreenView view(backend.getContext(), { 512, 256 });
@@ -68,7 +68,7 @@ struct Buffer {
};
-TEST(OffscreenTexture, RenderToTexture) {
+TEST(OffscreenTexture, RenderToTexture) { // NOLINT
HeadlessBackend backend { test::sharedDisplay() };
BackendScope scope { backend };
auto& context = backend.getContext();