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:
nobu 2018-03-15 09:58:50 +00:00
parent c6ab349855
commit d13a2d498c
2 changed files with 2 additions and 1 deletions

View file

@ -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