summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/issue5729-rewritten-assertions.smt2
AgeCommit message (Collapse)Author
2021-02-24Ensure static-learning adds rewritten assertions. (#5982)Gereon Kremer
The static-learning preprocessing sometimes added non-rewritten assertions, despite being used in a part of the preprocessor that assumes all assertions to be rewritten. This may then break other passes further down, in the case of #5729 the non-clausal simplification which explicitly asserts that assertions are rewritten. This PR rewrites the respective assertion properly in the static-learning pass. Fixes #5729.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback