We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf80a6 commit 4f803ebCopy full SHA for 4f803eb
compiler/test/dotty/tools/repl/ReplTest.scala
@@ -94,6 +94,6 @@ extends ReplDriver(options, new PrintStream(out, true, StandardCharsets.UTF_8.na
94
}
95
96
object ReplTest:
97
- val commonOptions = Array("-color:never", "-Yerased-terms")
+ val commonOptions = Array("-color:never", "-Yerased-terms", "-pagewidth", "80")
98
val defaultOptions = commonOptions ++ Array("-classpath", TestConfiguration.basicClasspath)
99
lazy val withStagingOptions = commonOptions ++ Array("-classpath", TestConfiguration.withStagingClasspath)
0 commit comments