Skip to content

Commit

Permalink
fixes Carbon backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL committed Jan 21, 2025
1 parent 15c7092 commit cbe16e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/viper/gobra/backend/Carbon.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Carbon(commandLineArguments: Seq[String]) extends ViperVerifier {
val carbonApi: carbon.CarbonFrontendAPI = new CarbonFrontendAPI(reporter)

val startTime = System.currentTimeMillis()
carbonApi.initialize(commandLineArguments ++ Seq("--ignoreFile", "dummy.sil"))
carbonApi.initialize(commandLineArguments)
val result = carbonApi.verify(program)
carbonApi.stop()

Expand Down

0 comments on commit cbe16e1

Please sign in to comment.