mirror of
https://github.com/ruby/ruby.git
synced 2025-08-28 15:36:16 +02:00
test_array.rb (test_slice!): moved misplaced test
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c6ab349855
commit
d13a2d498c
2 changed files with 2 additions and 1 deletions
|
@ -1700,7 +1700,6 @@ CODE
|
|||
|
||||
assert_equal([], "".split(//, 1))
|
||||
|
||||
assert_equal("[2, 3]", [1,2,3].slice!(1,10000).inspect, "moved from btest/knownbug")
|
||||
ensure
|
||||
$; = fs
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue