From: CuleX Date: Fri, 25 Aug 2017 15:26:11 +0000 (+0200) Subject: Fix typo in "Property based tests tests" X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=b99241a6f46b4c8ffc5be08d7789f3af4859069e;p=Monocypher.git Fix typo in "Property based tests tests" --- 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();