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