mirror of
https://github.com/Z3Prover/z3
synced 2026-07-05 06:46:11 +00:00
stop complaining abot Char in QF_S benchmarks
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
208cc56861
commit
0b40cfcd8e
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