summaryrefslogtreecommitdiff
path: root/test/psych/test_numeric.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-05-26 15:33:25 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-05-26 15:33:25 +0900
commit251fafec1b981076d6ba589ace2a4aa9502cbad2 (patch)
treec9235692edc94bf8e12a66306aa1db23c7dddeca /test/psych/test_numeric.rb
parent9ddc767434c5bc105ee2239876f77227a53f03d2 (diff)
Suppress debug message
Diffstat (limited to 'test/psych/test_numeric.rb')
-rw-r--r--test/psych/test_numeric.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/psych/test_numeric.rb b/test/psych/test_numeric.rb
index db99a2a0d6..8c3dcd173c 100644
--- a/test/psych/test_numeric.rb
+++ b/test/psych/test_numeric.rb
@@ -33,6 +33,7 @@ module Psych
def test_big_decimal_round_trip
decimal = BigDecimal("12.34")
+ $DEBUG = false
assert_cycle decimal
end