summaryrefslogtreecommitdiff
path: root/test/ruby/test_autoload.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-09-11 16:46:12 +0900
committerHiroshi SHIBATA <[email protected]>2024-09-11 18:13:01 +0900
commit74c3259ce70ae51ca79dea1e607a0284f8d129cf (patch)
treee5b6bc02479329109c6e7464d91eebd97fe7ff8e /test/ruby/test_autoload.rb
parent0b11e039d7a38550bf5d93df96081e0bf3df29a4 (diff)
macOS 10.13(High Sierra) is already EOL
Diffstat (limited to 'test/ruby/test_autoload.rb')
-rw-r--r--test/ruby/test_autoload.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_autoload.rb b/test/ruby/test_autoload.rb
index 1eb3551e57..ca3e3d5f7f 100644
--- a/test/ruby/test_autoload.rb
+++ b/test/ruby/test_autoload.rb
@@ -277,7 +277,6 @@ p Foo::Bar
# Skip this on macOS 10.13 because of the following error:
# http://rubyci.s3.amazonaws.com/osx1013/ruby-master/log/20231011T014505Z.fail.html.gz
require "rbconfig"
- omit if RbConfig::CONFIG["target_os"] == "darwin17"
script = File.join(__dir__, 'bug-13526.rb')
assert_ruby_status([script], '', '[ruby-core:81016] [Bug #13526]')