From 35660ec17d7257810fd64e1e12e92c58f4eaa2ca Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 16 Jul 2025 00:03:04 +0900 Subject: Suppress warnings for variables --- test/ruby/test_rubyoptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_rubyoptions.rb') diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 54ad953ee9..631b188677 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -875,7 +875,7 @@ class TestRubyOptions < Test::Unit::TestCase '-e', '$".clear', '-e', '$".unshift Bogus.new', '-e', '(p $"; abort) unless $".size == 1', - ], success: false) + ], bug7402, success: false) end def test_segv_setproctitle -- cgit v1.2.3