Skip to content

Commit

Permalink
Merge branch 'master' into z3_api_flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Dspil committed Sep 8, 2023
2 parents 25e635e + d2acefb commit 7b52085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion viperserver

0 comments on commit 7b52085

Please sign in to comment.