From 4e2faeea83d7be9010b70c6f1823ff6e0ba76dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Tue, 27 Aug 2024 22:33:58 -0600 Subject: [PATCH] Update test_main.cpp --- test_main/test_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_main/test_main.cpp b/test_main/test_main.cpp index 33119615..752ca39a 100644 --- a/test_main/test_main.cpp +++ b/test_main/test_main.cpp @@ -10,6 +10,6 @@ int main(int argc, char* argv[]) { testing::InitGoogleTest(&argc, argv); int return_value = RUN_ALL_TESTS(); - std::cout << "FINISHED WITH THE TESTING" << std::endl; + std::cout << "FINISHED WITH THE TESTING " << std::endl; return return_value; }