summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-09-26 17:58:51 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2019-09-26 17:58:51 -0700
commit58c8013de5dc583b8e1321bfadf94ad995eb7b89 (patch)
treed69d186394d61a7821ca5e566c93b156b04c0f3b
parent3aafd4a2ced87f0fd82ebe5279b73c84552502d5 (diff)
Fix comment
-rw-r--r--test/unit/theory/theory_strings_rewriter_white.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/theory/theory_strings_rewriter_white.h b/test/unit/theory/theory_strings_rewriter_white.h
index 3804773ff..c5db12c6c 100644
--- a/test/unit/theory/theory_strings_rewriter_white.h
+++ b/test/unit/theory/theory_strings_rewriter_white.h
@@ -1327,10 +1327,10 @@ class TheoryStringsRewriterWhite : public CxxTest::TestSuite
// Same normal form for:
//
// (= (str.++ "B" (str.replace x "A" "B") z y w)
- // (str.++ z (str.replace x "A" "B") "BA" z))
+ // (str.++ z x "BA" z))
//
// (and (= (str.++ "B" (str.replace x "A" "B") z)
- // (str.++ z (str.replace x "A" "B") "B"))
+ // (str.++ z x "B"))
// (= (str.++ y w) (str.++ "A" z)))
Node lhs =
d_nm->mkNode(kind::EQUAL,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback