mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f407b14167
commit
3176b04d22
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class TestQueue < Test::Unit::TestCase
|
||||||
q = Queue.new
|
q = Queue.new
|
||||||
retval = q.push(1)
|
retval = q.push(1)
|
||||||
assert_same q, retval
|
assert_same q, retval
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_queue_clear_return_value
|
def test_queue_clear_return_value
|
||||||
q = Queue.new
|
q = Queue.new
|
||||||
|
|
Loading…
Add table
Reference in a new issue