summaryrefslogtreecommitdiff
path: root/lib/test/unit/parallel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test/unit/parallel.rb')
-rw-r--r--lib/test/unit/parallel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test/unit/parallel.rb b/lib/test/unit/parallel.rb
index 921c6b0b02..d1891838f7 100644
--- a/lib/test/unit/parallel.rb
+++ b/lib/test/unit/parallel.rb
@@ -113,7 +113,7 @@ module Test
begin
require $1
rescue LoadError
- _report "after", Marshal.dump([$1, $!])
+ _report "after", Marshal.dump([$1, ProxyError.new($!)])
_report "ready"
next
end