aboutsummaryrefslogtreecommitdiff
path: root/pw_sync/counting_semaphore_facade_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_sync/counting_semaphore_facade_test.cc')
-rw-r--r--pw_sync/counting_semaphore_facade_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_sync/counting_semaphore_facade_test.cc b/pw_sync/counting_semaphore_facade_test.cc
index c7224b292..8b1cee2b3 100644
--- a/pw_sync/counting_semaphore_facade_test.cc
+++ b/pw_sync/counting_semaphore_facade_test.cc
@@ -59,7 +59,7 @@ TEST(CountingSemaphore, EmptyInitialState) {
EXPECT_FALSE(semaphore.try_acquire());
}
-// TODO(b/235284163): Add real concurrency tests once we have pw::thread.
+// TODO: b/235284163 - Add real concurrency tests once we have pw::thread.
TEST(CountingSemaphore, SingleRelease) {
CountingSemaphore semaphore;