summaryrefslogtreecommitdiff
path: root/test/style/style.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/style.test.cpp')
-rw-r--r--test/style/style.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/style/style.test.cpp b/test/style/style.test.cpp
index b529abad4a..33ca02d05b 100644
--- a/test/style/style.test.cpp
+++ b/test/style/style.test.cpp
@@ -14,7 +14,7 @@
using namespace mbgl;
using namespace mbgl::style;
-TEST(Style, Properties) {
+TEST(Style, Properties) { // NOLINT
util::RunLoop loop;
ThreadPool threadPool{ 1 };
@@ -49,7 +49,7 @@ TEST(Style, Properties) {
ASSERT_EQ(0, style.getDefaultPitch());
}
-TEST(Style, DuplicateSource) {
+TEST(Style, DuplicateSource) { // NOLINT
util::RunLoop loop;
ThreadPool threadPool{ 1 };