Skip to content

Commit 2b88dbc

Browse files
committed
Add bug number
1 parent ddbf7be commit 2b88dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/core/float/round_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
-4.809999999999999.round(5, half: :even).should eql(-4.81)
137137
end
138138

139-
ruby_bug "", ""..."3.3" do
139+
ruby_bug "#19318", ""..."3.3" do
140140
# These numbers are neighbouring floating point numbers round a
141141
# precise value. They test that the rounding modes work correctly
142142
# round that value and precision is not lost which might cause

0 commit comments

Comments
 (0)