aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test-helpers.c')
-rw-r--r--src/tests/test-helpers.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/test-helpers.c b/src/tests/test-helpers.c
index d7ad758..08236fa 100644
--- a/src/tests/test-helpers.c
+++ b/src/tests/test-helpers.c
@@ -98,8 +98,7 @@ void test_asn1_helpers(void)
printf("Decoding back to uint32_t: 0x%x\n", res);
ASSERT(res == val1);
- printf("Encoding %s to 24-bit asn.1 bitstring\n",
- osmo_hexdump_nospc((unsigned char*)&val1, 3));
+ printf("Encoding 0x%x to 24-bit asn.1 bitstring\n", val1);
asn1_u24_to_bitstring(&enc, &tmpval, val1);
ASSERT(enc.size == 24/8);