aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_rng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_rng.cpp')
-rw-r--r--src/tests/test_rng.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_rng.cpp b/src/tests/test_rng.cpp
index 1f8edf332..f0efb36c3 100644
--- a/src/tests/test_rng.cpp
+++ b/src/tests/test_rng.cpp
@@ -73,7 +73,7 @@ size_t x931_test(const std::string& algo,
if(got != out)
{
- std::cout << "X9.31 " << got << " != " << out << "\n";
+ std::cout << "X9.31 " << got << " != " << out << std::endl;
return 1;
}
@@ -105,7 +105,7 @@ size_t hmac_drbg_test(std::map<std::string, std::string> m)
if(got != out)
{
- std::cout << algo << " " << got << " != " << out << "\n";
+ std::cout << algo << " " << got << " != " << out << std::endl;
return 1;
}