Skip to content

Commit

Permalink
fixes a compiler error caused by recent error reporting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL committed Jul 3, 2023
1 parent d64f56a commit fc634a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/viper/gobra/DetailedBenchmarkTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class DetailedBenchmarkTests extends BenchmarkTests {
val c = config.get
assert(c.packageInfoInputMap.size == 1)
val pkgInfo = c.packageInfoInputMap.keys.head
Right(Translator.translate(program, pkgInfo)(c))
Translator.translate(program, pkgInfo)(c)
})

private val verifying = NextStep("Viper verification", encoding, (viperTask: BackendVerifier.Task) => {
Expand Down

0 comments on commit fc634a4

Please sign in to comment.