aboutsummaryrefslogtreecommitdiff
path: root/pw_sync/timed_thread_notification_facade_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_sync/timed_thread_notification_facade_test.cc')
-rw-r--r--pw_sync/timed_thread_notification_facade_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_sync/timed_thread_notification_facade_test.cc b/pw_sync/timed_thread_notification_facade_test.cc
index ee1da8983..8342b8b30 100644
--- a/pw_sync/timed_thread_notification_facade_test.cc
+++ b/pw_sync/timed_thread_notification_facade_test.cc
@@ -35,7 +35,7 @@ TEST(TimedThreadNotification, EmptyInitialState) {
EXPECT_FALSE(notification.try_acquire());
}
-// TODO(b/235284163): Add real concurrency tests.
+// TODO: b/235284163 - Add real concurrency tests.
TEST(TimedThreadNotification, Release) {
TimedThreadNotification notification;