Skip to content

Commit

Permalink
adapts GobraServer to latest changes in Gobra
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL committed Jan 26, 2025
1 parent 83de702 commit 51be8d3
Showing 1 changed file with 1 addition and 1 deletion.
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 51be8d3

Please sign in to comment.