diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-07-16 00:03:04 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-07-16 00:03:04 +0900 |
| commit | 35660ec17d7257810fd64e1e12e92c58f4eaa2ca (patch) | |
| tree | aea700eb2a1ed415ebb4e9abc7f3bcaa753f2c8f /test/ruby/test_rubyoptions.rb | |
| parent | f5312d8e7f46121365b335511b1d42e5617e3c62 (diff) | |
Suppress warnings for variables
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
| -rw-r--r-- | test/ruby/test_rubyoptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
