summaryrefslogtreecommitdiff
path: root/test/actor/actor_ref.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/actor/actor_ref.test.cpp')
-rw-r--r--test/actor/actor_ref.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/actor/actor_ref.test.cpp b/test/actor/actor_ref.test.cpp
index 78721c965e..2d13f21d95 100644
--- a/test/actor/actor_ref.test.cpp
+++ b/test/actor/actor_ref.test.cpp
@@ -10,7 +10,7 @@
using namespace mbgl;
using namespace std::chrono_literals;
-TEST(ActorRef, CanOutliveActor) {
+TEST(ActorRef, CanOutliveActor) { // NOLINT
// An ActorRef can outlive its actor. Doing does not extend the actor's lifetime.
// Sending a message to an ActorRef whose actor has died is a no-op.