ikwiad: fix accepting run printing
* tests/core/ikwiad.cc: here.
This commit is contained in:
parent
0e039a36b1
commit
4de44b42de
1 changed files with 1 additions and 1 deletions
|
|
@ -1531,7 +1531,7 @@ checked_main(int argc, char** argv)
|
||||||
if (graph_run_tgba_opt)
|
if (graph_run_tgba_opt)
|
||||||
spot::print_dot(std::cout, run->as_twa());
|
spot::print_dot(std::cout, run->as_twa());
|
||||||
else
|
else
|
||||||
std::cout << run;
|
std::cout << *run;
|
||||||
tm.stop("printing accepting run");
|
tm.stop("printing accepting run");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue