remove skip that shouldn't be necessary anymore.

the test should pass after https://github.com/mruby/mruby/commit/8f4a929e1a01c8d6176fb53a9ef5dff6de632959.
This commit is contained in:
robert
2017-02-11 07:40:55 +00:00
committed by GitHub
parent 8f4a929e1a
commit b130f43298
+1 -3
View File
@@ -464,12 +464,10 @@ if UTF8STRING
end
assert('UTF8 byte counting') do
skip('string length is broken after []=')
# based on assert_equal 34, "helloó".rjust(34).length
# see https://github.com/mruby/mruby/issues/3448
ret = ' '
ret[-6..-1] = "helloó"
assert_equal 34, ret.length
end
end