* src/tgbaalgos/replayrun.cc (replay_tgba_run): Add missing std::endl.

This commit is contained in:
Alexandre Duret-Lutz 2004-11-03 12:35:37 +00:00
parent 42b05c7a05
commit a90b0648f8
2 changed files with 3 additions and 0 deletions

View file

@ -195,6 +195,7 @@ namespace spot
{
os << "ERROR: The cycle's acceptance conditions ("
<< bdd_format_accset(a->get_dict(), all_acc) << ") do not"
<< std::endl
<< "match those of the automata ("
<< bdd_format_accset(a->get_dict(), expected_all_acc)
<< std::endl;