Skip to content

Commit

Permalink
Fix typo in ParallelTesting.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmulder authored Mar 30, 2017
1 parent 97e241c commit f75caad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/test/dotty/tools/dotc/ParallelTesting.scala
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ trait ParallelTesting { self =>

val printStream = new ByteArrayOutputStream
val oldOut = System.out
val oldErr = System.out
val oldErr = System.err

try {
// Do classloading magic and running here:
Expand Down

0 comments on commit f75caad

Please sign in to comment.