summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/unit/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/unit/hash.c')
-rw-r--r--deps/jemalloc/test/unit/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/jemalloc/test/unit/hash.c b/deps/jemalloc/test/unit/hash.c
index 7cc034f8d..49f08238d 100644
--- a/deps/jemalloc/test/unit/hash.c
+++ b/deps/jemalloc/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);
}