We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6292c commit 4ee0a75Copy full SHA for 4ee0a75
test/stringio/test_stringio.rb
@@ -70,7 +70,7 @@ def test_null
70
assert_nil io.getc
71
end
72
73
- def test_pread_eof
+ def test_eof_null
74
io = StringIO.new(nil)
75
assert_predicate io, :eof?
76
0 commit comments