summaryrefslogtreecommitdiff
path: root/test/util/run_loop.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/util/run_loop.test.cpp')
-rw-r--r--test/util/run_loop.test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/util/run_loop.test.cpp b/test/util/run_loop.test.cpp
index 57bc613f9e..18cad3a189 100644
--- a/test/util/run_loop.test.cpp
+++ b/test/util/run_loop.test.cpp
@@ -5,7 +5,7 @@
using namespace mbgl::util;
-TEST(RunLoop, Stop) {
+TEST(RunLoop, Stop) { // NOLINT
RunLoop loop(RunLoop::Type::New);
Timer timer;
@@ -16,7 +16,7 @@ TEST(RunLoop, Stop) {
loop.run();
}
-TEST(RunLoop, MultipleStop) {
+TEST(RunLoop, MultipleStop) { // NOLINT
RunLoop loop(RunLoop::Type::New);
Timer timer;
@@ -30,7 +30,7 @@ TEST(RunLoop, MultipleStop) {
loop.run();
}
-TEST(RunLoop, MultipleRun) {
+TEST(RunLoop, MultipleRun) { // NOLINT
RunLoop loop(RunLoop::Type::New);
Timer timer;