aboutsummaryrefslogtreecommitdiff
path: root/pw_fuzzer/fuzzer.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'pw_fuzzer/fuzzer.bzl')
-rw-r--r--pw_fuzzer/fuzzer.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_fuzzer/fuzzer.bzl b/pw_fuzzer/fuzzer.bzl
index 2c82feea6..7826fa52e 100644
--- a/pw_fuzzer/fuzzer.bzl
+++ b/pw_fuzzer/fuzzer.bzl
@@ -21,7 +21,7 @@ load(
)
def pw_cc_fuzz_test(**kwargs):
- # TODO(pwbug/440): Remove this implicit dependency once we have a better
+ # TODO(b/234877642): Remove this implicit dependency once we have a better
# way to handle the facades without introducing a circular dependency into
# the build.
if not _has_pw_assert_dep(kwargs["deps"]):