mirror of
https://github.com/Z3Prover/z3
synced 2025-07-03 03:15:41 +00:00
Merge pull request #310 from Lykos/patch-1
Fixed typo in warning message.
This commit is contained in:
commit
1aafff0395
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ bool pattern_validator::process(uint_set & found_vars, unsigned num_bindings, un
|
|||
if (!f.m_result)
|
||||
return false;
|
||||
if (!f.m_found_a_var) {
|
||||
warning_msg("pattern does contain any variable.");
|
||||
warning_msg("pattern does not contain any variable.");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue