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:
parent
9ddc767434
commit
251fafec1b
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ module Psych
|
|||
|
||||
def test_big_decimal_round_trip
|
||||
decimal = BigDecimal("12.34")
|
||||
$DEBUG = false
|
||||
assert_cycle decimal
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue