lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master b37da1a 2/2: Normally suppress census-paste o


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b37da1a 2/2: Normally suppress census-paste output
Date: Fri, 24 Feb 2017 22:53:52 -0500 (EST)

branch: master
commit b37da1ae88978e6dcc6e09203759e49ea2defce6
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Normally suppress census-paste output
    
    It's still readily available of course.
---
 input_sequence_test.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/input_sequence_test.cpp b/input_sequence_test.cpp
index 57ea721..36ad55e 100644
--- a/input_sequence_test.cpp
+++ b/input_sequence_test.cpp
@@ -611,6 +611,7 @@ int test_main(int, char*[])
         );
     }
 
+#if defined SHOW_CENSUS_PASTE_TEST_CASES
     std::cout
         << "\nPaste into a census to test similar expressions in the GUI:\n\n"
         << "---------8<--------8<--------8<--------"
@@ -620,6 +621,7 @@ int test_main(int, char*[])
         << ">8-------->8-------->8-------->8-------"
         << std::endl
         ;
+#endif // defined SHOW_CENSUS_PASTE_TEST_CASES
 
     return 0;
 }



reply via email to

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