Suppress void context warning in verbose mode
This commit is contained in:
parent
dc7da30bed
commit
3120252f01
@ -304,7 +304,7 @@ p Foo::Bar
|
||||
begin
|
||||
thrs = []
|
||||
3.times do
|
||||
thrs << Thread.new { AutoloadTest; nil }
|
||||
thrs << Thread.new { AutoloadTest && nil }
|
||||
thrs << Thread.new { fork { AutoloadTest } }
|
||||
end
|
||||
thrs.each(&:join)
|
||||
|
Loading…
x
Reference in New Issue
Block a user