aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_7795.v
AgeCommit message (Collapse)Author
2019-02-05Make Program a regular attributeMaxime Dénès
We remove all calls to `Flags.is_program_mode` except one (to compute the default value of the attribute). Everything else is passed explicitely, and we remove the special logic in the interpretation loop to set/unset the flag. This is especially important since the value of the flag has an impact on proof modes, so on the separation of parsing and execution phases.
2018-10-04rename test files (do not start by a digit)Vincent Laporte