aboutsummaryrefslogtreecommitdiff
path: root/compiler/test
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-03-30 09:59:58 +0200
committerGitHub <noreply@github.com>2017-03-30 09:59:58 +0200
commitf75caad00256db52bbd3310f245e51d23c2a76cc (patch)
tree537a905fcc1cc461501da3e265a2ecbff19b6872 /compiler/test
parent97e241cea457355e50f525e9b7b894dbac67f624 (diff)
downloaddotty-f75caad00256db52bbd3310f245e51d23c2a76cc.tar.gz
dotty-f75caad00256db52bbd3310f245e51d23c2a76cc.tar.bz2
dotty-f75caad00256db52bbd3310f245e51d23c2a76cc.zip
Fix typo in `ParallelTesting.scala`
Diffstat (limited to 'compiler/test')
-rw-r--r--compiler/test/dotty/tools/dotc/ParallelTesting.scala2
1 files changed, 1 insertions, 1 deletions
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: