aboutsummaryrefslogtreecommitdiffstats
path: root/src/selftest/counter.c
diff options
context:
space:
mode:
authorMatt Dunwoodie <ncon@noconroy.net>2021-04-23 15:34:54 +1000
committerMatt Dunwoodie <ncon@noconroy.net>2021-04-23 15:35:19 +1000
commit9e98ee86f8c86ab732d646b33909a57d46695c95 (patch)
treedd208a41980281390fa2b3ee0bccd6914f0f6eca /src/selftest/counter.c
parentif_wg: zero out remaining mallocs (diff)
downloadwireguard-freebsd-9e98ee86f8c86ab732d646b33909a57d46695c95.tar.xz
wireguard-freebsd-9e98ee86f8c86ab732d646b33909a57d46695c95.zip
selftests: capitalise fail messages for readability
Signed-off-by: Matt Dunwoodie <ncon@noconroy.net>
Diffstat (limited to 'src/selftest/counter.c')
-rw-r--r--src/selftest/counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selftest/counter.c b/src/selftest/counter.c
index 481122d..2c5d3bc 100644
--- a/src/selftest/counter.c
+++ b/src/selftest/counter.c
@@ -11,7 +11,7 @@
} while (0)
#define T(num, v, e) do { \
if (noise_keypair_nonce_check(&kp, v) != e) { \
- printf("%s, test %d: fail\n", __func__, num); \
+ printf("%s, test %d: FAIL\n", __func__, num); \
return; \
} \
} while (0)