diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-08 12:04:11 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-08 12:11:58 +0900 |
| commit | a82aa08fe0112aefd35e28dc5ca3f9ea9238ae17 (patch) | |
| tree | 357174b488e7633c699e709ba3e0a8fd21269b09 /test/ruby | |
| parent | 6a1f5b68cbd90031d849265b663986c5b8dd39dd (diff) | |
Make `ruby_reset_leap_second_info` internal
It is exported only for the extension library to test, but the method
is no longer used since 29e31e72fb5a14194a78ec974c4ba56c33ad8d45.
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_time_tz.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_time_tz.rb b/test/ruby/test_time_tz.rb index f66cd9bec2..473c3cabcb 100644 --- a/test/ruby/test_time_tz.rb +++ b/test/ruby/test_time_tz.rb @@ -1,6 +1,5 @@ # frozen_string_literal: false require 'test/unit' -require '-test-/time' class TestTimeTZ < Test::Unit::TestCase has_right_tz = true |
