From f75caad00256db52bbd3310f245e51d23c2a76cc Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 30 Mar 2017 09:59:58 +0200 Subject: Fix typo in `ParallelTesting.scala` --- compiler/test/dotty/tools/dotc/ParallelTesting.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/test') diff --git a/compiler/test/dotty/tools/dotc/ParallelTesting.scala b/compiler/test/dotty/tools/dotc/ParallelTesting.scala index 06105b043..289351d81 100644 --- a/compiler/test/dotty/tools/dotc/ParallelTesting.scala +++ b/compiler/test/dotty/tools/dotc/ParallelTesting.scala @@ -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: -- cgit v1.2.3