Skip to content

Commit

Permalink
in DotcInvocationArg silent also true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Apr 14, 2024
1 parent c24bbfc commit eea0ff5
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 @@ -124,7 +124,7 @@ case class TestRun(inputDir: String, mainClass: String, expectedOutput: String =

case class DotcInvocationArgs(
extraDotcArgs: List[String] = List.empty,
silent: Boolean = false,
silent: Boolean = true,
checkAll: Boolean = true,
usePlugin: Boolean = true,
useScalaJsLib: Boolean = false,
Expand Down

0 comments on commit eea0ff5

Please sign in to comment.