Remove useless regression tests; ref #4306

parent 997cc823
......@@ -392,10 +392,3 @@ assert('Array#freeze') do
a[0] = 1
end
end
assert('shared array replace') do
a = [0] * 40
b = [0, 1, 2]
b.replace a[1, 20].dup
assert_equal 20, b.size
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment