modelcheck: fix erroneous report in deadlock
* tests/ltsmin/modelcheck.cc: Here.
This commit is contained in:
parent
ec5e42a8ef
commit
eb4e3f8be9
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ static int checked_main()
|
|||
try
|
||||
{
|
||||
modelcube = spot::ltsmin_model::load(mc_options.model)
|
||||
.kripkecube({}, deadf, mc_options.compress,
|
||||
.kripkecube({}, spot::formula::ff(), mc_options.compress,
|
||||
mc_options.nb_threads);
|
||||
}
|
||||
catch (const std::runtime_error& e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue