summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-08-24 07:36:21 -0700
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-24 09:36:21 -0500
commit3b728a49c482ea447e3b82c7aa1251ad0866c12a (patch)
tree134fbd4b72390a4cd75a1dcfeefb7e8bb9073470 /src
parent33fe4c274ca71237601e776c7be942bd2bfd02af (diff)
Add tests that enumerate and verify rewrite rules (#2344)
Diffstat (limited to 'src')
-rw-r--r--src/theory/datatypes/datatypes_sygus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/datatypes/datatypes_sygus.cpp b/src/theory/datatypes/datatypes_sygus.cpp
index 7b01d6cb9..18ccd483c 100644
--- a/src/theory/datatypes/datatypes_sygus.cpp
+++ b/src/theory/datatypes/datatypes_sygus.cpp
@@ -1445,7 +1445,7 @@ Node SygusSymBreakNew::SearchSizeInfo::getFairnessLiteral( unsigned s, TheoryDat
{
std::stringstream ss;
ss << "Maximum term size (" << options::sygusAbortSize()
- << ") for enumerative SyGuS exceeded." << std::endl;
+ << ") for enumerative SyGuS exceeded.";
throw LogicException(ss.str());
}
Assert( !d_this.isNull() );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback