summaryrefslogtreecommitdiff
path: root/source/tests
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-06 03:17:20 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-06 03:17:20 +0200
commitc382f3913b5e78c75dba45bbf0ae7300efe012c9 (patch)
tree0cbdae1f54e6031fad507da8f4e61401f4db4208 /source/tests
parent3581a8416618fa0182f6a0e5268a0330d2fcdc7b (diff)
downloadkit-c382f3913b5e78c75dba45bbf0ae7300efe012c9.zip
test
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/secure_random.test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tests/secure_random.test.c b/source/tests/secure_random.test.c
index 91695e3..3e8fd9e 100644
--- a/source/tests/secure_random.test.c
+++ b/source/tests/secure_random.test.c
@@ -15,6 +15,7 @@ TEST("secure random") {
int repeats = 0;
+ printf(" %d \n", v[0]);
for (int i = 1; i < sizeof v / sizeof *v; i++) {
printf(" %d", v[i]);
for (int j = 0; j < i; j++)