Skip to content

Commit

Permalink
compiler-plugin test silent by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Apr 14, 2024
1 parent 89a55f8 commit c24bbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-plugin/src/test/scala/cc/DotcInvocations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import reporting.*
import scala.util.matching.Regex


class DotcInvocations(silent: Boolean = false, scalaJs: Boolean = false) {
class DotcInvocations(silent: Boolean = true, scalaJs: Boolean = false) {

def compileFiles(files: List[String], outDir: String, extraArgs: List[String]=List.empty, checkAll: Boolean = true, usePlugin: Boolean=true): Reporter = {
val args = List("-d", outDir) ++
Expand Down

0 comments on commit c24bbfc

Please sign in to comment.