summaryrefslogtreecommitdiff
path: root/test/api/repeated_render.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/repeated_render.test.cpp')
-rw-r--r--test/api/repeated_render.test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/api/repeated_render.test.cpp b/test/api/repeated_render.test.cpp
index 0b9726d3fa..803d1e74c4 100644
--- a/test/api/repeated_render.test.cpp
+++ b/test/api/repeated_render.test.cpp
@@ -16,7 +16,7 @@
using namespace mbgl;
-TEST(API, RepeatedRender) {
+TEST(API, RepeatedRender) { // NOLINT
util::RunLoop loop;
@@ -45,7 +45,7 @@ TEST(API, RepeatedRender) {
ASSERT_EQ(256u, result.size.width);
ASSERT_EQ(512u, result.size.height);
-#if !TEST_READ_ONLY
+#if !TEST_READ_ONLY // NOLINT
util::write_file("test/fixtures/api/1.png", encodePNG(result));
#endif
}
@@ -63,7 +63,7 @@ TEST(API, RepeatedRender) {
ASSERT_EQ(256u, result.size.width);
ASSERT_EQ(512u, result.size.height);
-#if !TEST_READ_ONLY
+#if !TEST_READ_ONLY // NOLINT
util::write_file("test/fixtures/api/2.png", encodePNG(result));
#endif
}