From 6750b13cc04e4a6a2f1aad364f74d0042d1da766 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Fri, 19 Jun 2015 13:11:49 +0200 Subject: Replace \n by std::endl in tests to ensure proper flushing - Remove additional newlines in CHECK_MESSAGE call - Remove redundant output of algo in aead_test() Closes #115 --- src/tests/nist_x509.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/nist_x509.cpp') diff --git a/src/tests/nist_x509.cpp b/src/tests/nist_x509.cpp index ffd3130c7..734f2b355 100644 --- a/src/tests/nist_x509.cpp +++ b/src/tests/nist_x509.cpp @@ -39,7 +39,7 @@ size_t test_nist_x509() if(list_all_readable_files_in_or_under(root_test_dir).empty()) { - std::cout << "No FS access, skipping NIST X.509 validation tests\n"; + std::cout << "No FS access, skipping NIST X.509 validation tests" << std::endl; test_report("NIST X.509 path validation", 0, 0); return 0; } -- cgit v1.2.3