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:
parent
64148e66b6
commit
33afc9e0b9
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue