diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2025-11-19 23:37:37 +0100 |
|---|---|---|
| committer | Benoit Daloze <eregontp@gmail.com> | 2025-11-19 23:37:37 +0100 |
| commit | ba2b97a9440d92e78d519fbcbdecc25b72a42705 (patch) | |
| tree | 4ff4c63b7045e02c8c6f31af65e3e8958419ebee /spec/ruby/core/file | |
| parent | 4e1f20fee6d97b6dc65e0d4eac1f9cc37312bd5f (diff) | |
Update to ruby/spec@6e62695
Diffstat (limited to 'spec/ruby/core/file')
| -rw-r--r-- | spec/ruby/core/file/stat/birthtime_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/file/stat/birthtime_spec.rb b/spec/ruby/core/file/stat/birthtime_spec.rb index adecee15b0..9aa39297b2 100644 --- a/spec/ruby/core/file/stat/birthtime_spec.rb +++ b/spec/ruby/core/file/stat/birthtime_spec.rb @@ -1,7 +1,7 @@ require_relative '../../../spec_helper' platform_is(:windows, :darwin, :freebsd, :netbsd, - *ruby_version_is("3.5") { :linux }, + *ruby_version_is("4.0") { :linux }, ) do not_implemented_messages = [ "birthtime() function is unimplemented", # unsupported OS/version |
