mirror of
https://github.com/Z3Prover/z3
synced 2026-07-12 01:56:22 +00:00
stop complaining abot Char in QF_S benchmarks
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
628302d423
commit
5fc81bd1ae
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ struct check_logic::imp {
|
|||
else if (m.is_builtin_family_id(fid)) {
|
||||
// nothing to check
|
||||
}
|
||||
else if (fid == m_seq_util.get_family_id()) {
|
||||
else if (fid == m_seq_util.get_family_id() || m_seq_util.is_char(s)) {
|
||||
// nothing to check
|
||||
}
|
||||
else if (fid == m_dt_util.get_family_id() && m_dt) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue