mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b9a34fd717
commit
6210fc9fe5
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class TestRakeTestThreadPool < Rake::TestCase
|
|||
pool = ThreadPool.new(2)
|
||||
a = 'a'
|
||||
b = 'b'
|
||||
c = 5 # 5 throws an execption with 5.dup. It should be ignored
|
||||
c = 5 # 5 throws an exception with 5.dup. It should be ignored
|
||||
pool.future(a,c){ |a_var,ignore| a_var.capitalize!; b.capitalize! }
|
||||
pool.join
|
||||
assert_equal 'a', a
|
||||
|
|
Loading…
Reference in a new issue