1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Suppress debug message

This commit is contained in:
Nobuyoshi Nakada 2021-05-26 15:33:25 +09:00
parent 9ddc767434
commit 251fafec1b
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -33,6 +33,7 @@ module Psych
def test_big_decimal_round_trip
decimal = BigDecimal("12.34")
$DEBUG = false
assert_cycle decimal
end