From b99241a6f46b4c8ffc5be08d7789f3af4859069e Mon Sep 17 00:00:00 2001 From: CuleX Date: Fri, 25 Aug 2017 17:26:11 +0200 Subject: [PATCH] Fix typo in "Property based tests tests" --- tests/self.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/self.c b/tests/self.c index ef3847e..59d98bd 100644 --- a/tests/self.c +++ b/tests/self.c @@ -607,8 +607,8 @@ int main(void) status |= TEST(ed25519_sign, 3); status |= test_x25519(); - printf("\nProperty based tests tests"); - printf("\n--------------------------\n"); + printf("\nProperty based tests"); + printf("\n--------------------\n"); status |= p_chacha20(); status |= p_chacha20_set_ctr(); status |= p_poly1305(); -- 2.47.3