summaryrefslogtreecommitdiff
path: root/tool/lib/test/unit/parallel.rb
diff options
context:
space:
mode:
authorYusuke Endoh <[email protected]>2024-08-07 02:34:46 +0900
committerYusuke Endoh <[email protected]>2024-08-07 02:34:46 +0900
commit2c35a379185fed125bea6c191a18ef2ff91f5075 (patch)
tree10e9d1f1b2108a56d50160296cf5109c28865d80 /tool/lib/test/unit/parallel.rb
parentced35800d48e671ed739c8451823c7d3180ef8ac (diff)
Fix a typo
Diffstat (limited to 'tool/lib/test/unit/parallel.rb')
-rw-r--r--tool/lib/test/unit/parallel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/test/unit/parallel.rb b/tool/lib/test/unit/parallel.rb
index db14ca9d13..188a0d1a19 100644
--- a/tool/lib/test/unit/parallel.rb
+++ b/tool/lib/test/unit/parallel.rb
@@ -137,7 +137,7 @@ module Test
end
end
err << ""
- $STDERR.puts err.join("\n")
+ STDERR.puts err.join("\n")
end
_report "bye"
exit