* src/tgbatest/ltl2tgba.cc: Pacify sanity.test.
This commit is contained in:
parent
5891679ce0
commit
ea9ee5d5c7
2 changed files with 9 additions and 4 deletions
|
|
@ -473,7 +473,8 @@ main(int argc, char** argv)
|
|||
{
|
||||
spot::tgba_parse_error_list pel;
|
||||
spot::tgba_explicit* e;
|
||||
to_free = a = e = spot::tgba_parse(input, pel, dict, env, env, debug_opt);
|
||||
to_free = a = e = spot::tgba_parse(input, pel, dict,
|
||||
env, env, debug_opt);
|
||||
if (spot::format_tgba_parse_errors(std::cerr, input, pel))
|
||||
{
|
||||
delete to_free;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue