aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2023-01-06 16:28:02 +0100
committerBenoit Daloze <eregontp@gmail.com>2023-01-06 16:28:02 +0100
commit2b88dbc6f905a873da1aaead7aed8dcb1fcd3767 (patch)
treea159c6a2133caaf5709fb46d2bc9ec0fcbcbbb46 /spec
parentddbf7be94d8653f1b2b0325d3e65bc88e50623ec (diff)
downloadruby-2b88dbc6f905a873da1aaead7aed8dcb1fcd3767.tar.gz
Add bug number
Diffstat (limited to 'spec')
-rw-r--r--spec/ruby/core/float/round_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/float/round_spec.rb b/spec/ruby/core/float/round_spec.rb
index e5a8f534e7..9b4c307f9d 100644
--- a/spec/ruby/core/float/round_spec.rb
+++ b/spec/ruby/core/float/round_spec.rb
@@ -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