Skip to content

Commit

Permalink
a test removed.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@22108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Feb 7, 2009
1 parent 7ec6740 commit b780bc1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/ruby/test_io.rb
Expand Up @@ -17,15 +17,4 @@ def test_gets_rs
assert_equal("\377", r.gets("\377"), "[ruby-dev:24460]")
r.close
end

def test_readpartial_pos
mkcdtmpdir {
open("foo", "w") {|f| f << "abc" }
open("foo") {|f|
f.seek(0)
assert_equal("ab", f.readpartial(2))
assert_equal(2, f.pos)
}
}
end
end

0 comments on commit b780bc1

Please sign in to comment.