1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

remove guard against bug #15337, because it is fixed

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2018-11-24 12:33:10 +00:00
parent 64148e66b6
commit 33afc9e0b9

View file

@ -22,8 +22,6 @@ class BreakTest
end.join
end
@string = @clusters.join
# remove the following line once we have fixed bug #15337
raise ArgumentError if @string == "\r\n"
end
end