From 581561cb8862bb16495859af01136fa6e8eb20c3 Mon Sep 17 00:00:00 2001 From: Alek Mosingiewicz Date: Tue, 3 Apr 2018 18:02:19 +0200 Subject: [PATCH] Added missing newline. --- unittests/multithreaded_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/multithreaded_test.cpp b/unittests/multithreaded_test.cpp index 59b19883..483afe0d 100644 --- a/unittests/multithreaded_test.cpp +++ b/unittests/multithreaded_test.cpp @@ -56,7 +56,7 @@ int main() if(modulepath == nullptr) { - std::cout << "Warning: environmental variable CHAI_MODULE_PATH not set! " << this_might_affect_test_result; + std::cout << "Warning: environmental variable CHAI_MODULE_PATH not set! " << this_might_affect_test_result << "\n"; } #ifdef CHAISCRIPT_MSVC