diff options
| author | Jason Lunn <jason.lunn@gmail.com> | 2026-01-16 10:50:16 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-01-21 07:40:48 +0000 |
| commit | 2efffe09e10232dbe886285470e85b77a9ac7d7a (patch) | |
| tree | a382997967a4d5c58abd95b3f21b24c4e420262e | |
| parent | c959741695d9cccd5376775596dce643b5a500a1 (diff) | |
[ruby/rubygems] Appease the linter
https://github.com/ruby/rubygems/commit/aba307411a
| -rw-r--r-- | test/rubygems/test_gem_ext_builder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_ext_builder.rb b/test/rubygems/test_gem_ext_builder.rb index 4ac386c4b4..c77f8cf894 100644 --- a/test/rubygems/test_gem_ext_builder.rb +++ b/test/rubygems/test_gem_ext_builder.rb @@ -201,7 +201,7 @@ install: Gem.configuration.install_extension_in_lib = @orig_install_extension_in_lib end -def test_build_multiple_extensions + def test_build_multiple_extensions pend "terminates on mswin" if vc_windows? && ruby_repo? extension_in_lib do |
