mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
Typo
This commit is contained in:
parent
e22a67c12c
commit
1188e6df47
|
@ -72,7 +72,7 @@ struct z3_replayer::imp {
|
|||
void check_arg(unsigned pos, value_kind k) const {
|
||||
if (pos >= m_args.size()) {
|
||||
TRACE("z3_replayer", tout << "too few arguments " << m_args.size() << " expecting " << kind2string(k) << "\n";);
|
||||
throw z3_replayer_exception("invalid argument reference2");
|
||||
throw z3_replayer_exception("invalid argument reference");
|
||||
}
|
||||
if (m_args[pos].m_kind != k) {
|
||||
std::stringstream strm;
|
||||
|
|
Loading…
Reference in a new issue