Skip to content

Commit

Permalink
Update Submodules (#466)
Browse files Browse the repository at this point in the history
* Updates submodules

* adapts GobraServer to latest changes in Gobra

---------

Co-authored-by: ArquintL <3762537+ArquintL@users.noreply.github.com>
Co-authored-by: Linard Arquint <linard.arquint@inf.ethz.ch>
  • Loading branch information
3 people authored Jan 26, 2025
1 parent a90a0ca commit e71fa8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/src/main/scala/viper/gobraserver/Helper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ object Helper {
moduleName = config.gobraSettings.moduleName,
includeDirs = config.gobraSettings.includeDirs.map(Paths.get(_)).toVector,
reporter = reporter,
backend = backend,
backend = Some(backend),
isolate = convertedIsolationData,
z3Exe = Some(config.z3Executable),
boogieExe = Some(config.boogieExecutable),
Expand Down

0 comments on commit e71fa8c

Please sign in to comment.