[aorai] fix spec of transition functions in presence of multiple actions
Actions are sequential, which means that `$x=foo; $y = $x;` must be specified as `ensures aorai_y == aorai_x;`, not `\old(aorai_x)`.
Showing
- src/plugins/aorai/aorai_utils.ml 56 additions, 14 deletionssrc/plugins/aorai/aorai_utils.ml
- src/plugins/aorai/tests/ya/oracle/metavariables-right.res.oracle 3 additions, 3 deletions...gins/aorai/tests/ya/oracle/metavariables-right.res.oracle
- src/plugins/aorai/tests/ya/oracle/stack.res.oracle 4 additions, 4 deletionssrc/plugins/aorai/tests/ya/oracle/stack.res.oracle
Loading
Please register or sign in to comment