Skip to content

Commit

Permalink
Remove redundant lvar
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Feb 13, 2014
1 parent 042c3e3 commit 47e534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/childprocess_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
time = Time.now
threads = []

threads << Thread.new { proc = sleeping_ruby(1).start; proc.wait }
threads << Thread.new { sleeping_ruby(1).start.wait }
threads << Thread.new(time) { (Time.now - time).should < 0.5 }

threads.each { |t| t.join }
Expand Down

0 comments on commit 47e534a

Please sign in to comment.