roll: pigweed pw_unit_test: Change _PW_TEST_BOOL to use _pw_ prefix on param names
This avoids potential variable shadowing errors.
These names match the other related macros.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/238933
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 378689c0933d21abcbe1829cf56c3379ff402c85
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: c135bd73312fe0..378689c0933d21
Roller-URL: https://ci.chromium.org/b/8735337559919483841
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Id26e6cca2004b2ba4bed49155c2264ef259ecad3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/238874
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index ec3c8c0..3c040ae 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-30.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735338579225569281.
- commit = "c135bd73312fe0626e4dce49cef5e1f41b7288c4",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735337559919483841.
+ commit = "378689c0933d21abcbe1829cf56c3379ff402c85",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -58,8 +58,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-30.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735338579225569281.
- commit = "c135bd73312fe0626e4dce49cef5e1f41b7288c4",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735337559919483841.
+ commit = "378689c0933d21abcbe1829cf56c3379ff402c85",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)