Skip to content

Commit

Permalink
Update to new chopper version (#744)
Browse files Browse the repository at this point in the history
* changes to fit with new version of chopper

* Updates submodules

---------

Co-authored-by: jcp19 <[email protected]>
Co-authored-by: João Pereira <[email protected]>
  • Loading branch information
3 people authored Mar 25, 2024
1 parent 09b191b commit 011b922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/scala/viper/gobra/util/ChopperUtil.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ object ChopperUtil {
method = get("method_body", dfltConf.method),
methodSpec = get("method_spec", dfltConf.methodSpec),
function = get("function_body", dfltConf.function),
functionSig = get("function_spec", dfltConf.function),
predicate = get("predicate_body", dfltConf.predicate),
predicateSig = get("predicate_spec", dfltConf.predicateSig),
field = get("field", dfltConf.field),
Expand Down

0 comments on commit 011b922

Please sign in to comment.