aboutsummaryrefslogtreecommitdiff
path: root/test/unit/hash.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2025-02-05 23:20:13 +0000
committerWarner Losh <imp@FreeBSD.org>2025-02-05 23:20:13 +0000
commit48ec896efb0b78141df004eaa21288b84590c9da (patch)
tree33799792fd95c266d472ab1ae51d50ab4f942eb3 /test/unit/hash.c
parentd28d7fbede216494aa3942af042cc084fcd6098a (diff)
Diffstat (limited to 'test/unit/hash.c')
-rw-r--r--test/unit/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/hash.c b/test/unit/hash.c
index 7cc034f8d0cd..49f08238d5b7 100644
--- a/test/unit/hash.c
+++ b/test/unit/hash.c
@@ -131,7 +131,7 @@ hash_variant_verify_key(hash_variant_t variant, uint8_t *key) {
default: not_reached();
}
- assert_u32_eq(computed, expected,
+ expect_u32_eq(computed, expected,
"Hash mismatch for %s(): expected %#x but got %#x",
hash_variant_string(variant), expected, computed);
}