mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_case.rb: merged r25658 from ruby_1_8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
401ce469be
commit
e83d7c4eca
2 changed files with 11 additions and 0 deletions
|
@ -46,6 +46,13 @@ class TestCase < Test::Unit::TestCase
|
|||
else
|
||||
assert(false)
|
||||
end
|
||||
|
||||
case "+"
|
||||
when *%w/. +/
|
||||
assert(true)
|
||||
else
|
||||
assert(false)
|
||||
end
|
||||
end
|
||||
|
||||
def test_deoptimization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue