aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_string.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-15 09:58:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-15 09:58:50 +0000
commitd13a2d498cb2758cd71523e1099f9591c30c2b86 (patch)
treec4e06ac0b66ef097e08eecab9e23d46eadd32239 /test/ruby/test_string.rb
parentc6ab3498554ade8ba7fd11607967a388c7aede32 (diff)
downloadruby-d13a2d498cb2758cd71523e1099f9591c30c2b86.tar.gz
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
Diffstat (limited to 'test/ruby/test_string.rb')
-rw-r--r--test/ruby/test_string.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_string.rb b/test/ruby/test_string.rb
index 1b23d832f2..3dadc8e04b 100644
--- a/test/ruby/test_string.rb
+++ b/test/ruby/test_string.rb
@@ -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