Skip to content

Commit 4f803eb

Browse files
committed
Fix scripted test failures due to auto-detected pagewidth
1 parent dbf80a6 commit 4f803eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/repl/ReplTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ extends ReplDriver(options, new PrintStream(out, true, StandardCharsets.UTF_8.na
9494
}
9595

9696
object ReplTest:
97-
val commonOptions = Array("-color:never", "-Yerased-terms")
97+
val commonOptions = Array("-color:never", "-Yerased-terms", "-pagewidth", "80")
9898
val defaultOptions = commonOptions ++ Array("-classpath", TestConfiguration.basicClasspath)
9999
lazy val withStagingOptions = commonOptions ++ Array("-classpath", TestConfiguration.withStagingClasspath)

0 commit comments

Comments
 (0)