Skip to content

Commit

Permalink
Fix #668 (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felalolf committed Aug 17, 2023
1 parent f21fe70 commit caca746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/viper/gobra/BenchmarkTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ trait BenchmarkTests extends StatisticalTestSuite {
override def init(verifier: Verifier): Unit = () // ignore verifier argument as we reuse the Gobra / Parser / TypeChecker / etc. instances for all tests

override def reset(files: Seq[Path]): Unit =
createConfig(Array("-i", files.toVector.mkString(" ")))
config = Some(createConfig(Array("-i", files.toVector.mkString(" "))))


private def createConfig(args: Array[String]): Config = {
Expand Down

0 comments on commit caca746

Please sign in to comment.