diff options
| author | Sutou Kouhei <kou@clear-code.com> | 2025-08-12 10:16:41 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-08-12 01:16:46 +0000 |
| commit | f2c7968a4295bdfd658501a2071bcc165eb3423d (patch) | |
| tree | 43df1639cb21f677f5c54150fcb75c367ac452f7 | |
| parent | 8b1afbc6ed84364506f43c2107f6cb634d92f4be (diff) | |
[ruby/stringio] Fix test name
(https://github.com/ruby/stringio/pull/139)
https://github.com/ruby/stringio/commit/0edc8e22da
| -rw-r--r-- | test/stringio/test_stringio.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stringio/test_stringio.rb b/test/stringio/test_stringio.rb index 5215a6d312..70bab8afe2 100644 --- a/test/stringio/test_stringio.rb +++ b/test/stringio/test_stringio.rb @@ -70,7 +70,7 @@ class TestStringIO < Test::Unit::TestCase assert_nil io.getc end - def test_pread_eof + def test_eof_null io = StringIO.new(nil) assert_predicate io, :eof? end |
