From 28023cd33a580fa15a82fa83a331a6d10b656889 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 17 Jan 2024 20:42:49 +0900 Subject: [PATCH] debug --- test/bigdecimal/test_bigdecimal.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/bigdecimal/test_bigdecimal.rb b/test/bigdecimal/test_bigdecimal.rb index fede6e49..ae09df8d 100644 --- a/test/bigdecimal/test_bigdecimal.rb +++ b/test/bigdecimal/test_bigdecimal.rb @@ -2074,6 +2074,7 @@ def test_to_d end if RUBY_VERSION < '2.5' # mathn was removed from Ruby 2.5 def test_bug6406 + puts $LOAD_PATH assert_in_out_err(["-I#{$LOAD_PATH.reverse.join(":")}", "-rbigdecimal", "--disable-gems"], <<-EOS, [], []) Thread.current.keys.to_s EOS