lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master a682d11 1/3: Improve concinnity


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a682d11 1/3: Improve concinnity
Date: Mon, 27 Feb 2017 20:28:50 -0500 (EST)

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

    Improve concinnity
    
    Similar comparisons nearby test
      observed == expected
    but this one formerly tested
      expected == observed
---
 input_sequence_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/input_sequence_test.cpp b/input_sequence_test.cpp
index 2bcfaf6..c884712 100644
--- a/input_sequence_test.cpp
+++ b/input_sequence_test.cpp
@@ -99,7 +99,7 @@ void input_sequence_test::check
             }
 
         std::string const& f = seq.canonical_form();
-        bool const bf = g == f;
+        bool const bf = f == g;
         if(!bf)
             {
             std::cout << "\nExpression:                '" << e << "'";



reply via email to

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