* tests/ltsmin/modelcheck.cc: Typo when printing accepting run.
This commit is contained in:
parent
e146527852
commit
a31793960f
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ checked_main(int argc, char **argv)
|
||||||
run = run->reduce();
|
run = run->reduce();
|
||||||
tm.stop("reducing accepting run");
|
tm.stop("reducing accepting run");
|
||||||
tm.start("printing accepting run");
|
tm.start("printing accepting run");
|
||||||
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