From ca2d536a30cdf4e794eea97bb2e6399c920d3610 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 4 Aug 2015 18:25:10 +0200 Subject: self-test add missing newline --- libs/ardour/test/sha1_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/test/sha1_test.cc b/libs/ardour/test/sha1_test.cc index f9e2e521d9..0fbb00907c 100644 --- a/libs/ardour/test/sha1_test.cc +++ b/libs/ardour/test/sha1_test.cc @@ -15,7 +15,7 @@ Sha1Test::basicTest () sha1_init (&s); sha1_write (&s, (const uint8_t *) "abc", 3); sha1_result_hash (&s, hash); - printf ("\nSha1: FIPS 180-2 C.1 and RFC3174 7.3 TEST1"); + printf ("\nSha1: FIPS 180-2 C.1 and RFC3174 7.3 TEST1\n"); printf ("Expect: a9993e364706816aba3e25717850c26c9cd0d89d\n"); printf ("Result: %s\n", hash); CPPUNIT_ASSERT_MESSAGE ("Sha1: FIPS 180-2 C.1 and RFC3174 7.3 TEST1", -- cgit v1.2.3