lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 82468e66 9/9: Show architectural context at s


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 82468e66 9/9: Show architectural context at start of main test function
Date: Sat, 21 May 2022 20:13:52 -0400 (EDT)

branch: master
commit 82468e66d92e7c905307b0f366926a6c39729119
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Show architectural context at start of main test function
---
 math_functions_test.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math_functions_test.cpp b/math_functions_test.cpp
index bf1e8128..8acac065 100644
--- a/math_functions_test.cpp
+++ b/math_functions_test.cpp
@@ -641,8 +641,6 @@ void test_expm1_log1p()
 
 void sample_results()
 {
-    std::cout << '\n' << LMI_CONTEXT << '\n' << std::endl;
-
     constexpr double intrate {0.04};
     fenv_initialize();
     std::cout.setf(std::ios_base::fixed, std::ios_base::floatfield);
@@ -695,6 +693,8 @@ void assay_speed()
 
 int test_main(int, char*[])
 {
+    std::cout << LMI_CONTEXT << '\n' << std::endl;
+
     test_assign_midpoint();
 
     test_outward_quotient();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]