Commit 9a69592
committed
SMT2 incremental back-end: don't use irep_full_hash
`irep_full_hash` would require also using `irep_full_eq`, but there is
no need to consider comments in this context. This fixes the unexpected
failures seen in runs like
https://github.com/diffblue/cbmc/actions/runs/5069698268/jobs/9103685508.1 parent d5e13f1 commit 9a69592
File tree
2 files changed
+2
-3
lines changed- src/solvers/smt2_incremental
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments