Skip to content

Commit f75caad

Browse files
authored
Fix typo in ParallelTesting.scala
1 parent 97e241c commit f75caad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/ParallelTesting.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ trait ParallelTesting { self =>
404404

405405
val printStream = new ByteArrayOutputStream
406406
val oldOut = System.out
407-
val oldErr = System.out
407+
val oldErr = System.err
408408

409409
try {
410410
// Do classloading magic and running here:

0 commit comments

Comments
 (0)