This commit is contained in:
Benoit Daloze 2023-01-06 16:28:02 +01:00
Родитель ddbf7be94d
Коммит 2b88dbc6f9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -136,7 +136,7 @@ describe "Float#round" do
-4.809999999999999.round(5, half: :even).should eql(-4.81)
end
ruby_bug "", ""..."3.3" do
ruby_bug "#19318", ""..."3.3" do
# These numbers are neighbouring floating point numbers round a
# precise value. They test that the rounding modes work correctly
# round that value and precision is not lost which might cause