Skip to content

Commit

Permalink
remove print that was causing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Dec 11, 2024
1 parent 9a38f4f commit ca02f1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontends/common/src/test/scala/stainless/InputUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ trait InputUtils {
val t: xt.type = xt
}

ctx.reporter.error(files.mkString("\n"))

// Use the callback to collect the trees.
val units = ListBuffer[xt.UnitDef]()
val cls = ListBuffer[xt.ClassDef]()
Expand Down

0 comments on commit ca02f1d

Please sign in to comment.