summaryrefslogtreecommitdiff
path: root/test/ruby/test_file.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-09 05:33:32 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-09 05:33:32 +0000
commit75b3b1901cfb16af3ac3bd47ba53325f0696455d (patch)
tree0571ea9d2006093a3e52a11bf53b467931a339e0 /test/ruby/test_file.rb
parent231f7cb95ff551c4e1aa4c67d22bc36143b0ff42 (diff)
add test for previous change to io.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_file.rb')
-rw-r--r--test/ruby/test_file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb
index f51e55f0c6..3cf90f7101 100644
--- a/test/ruby/test_file.rb
+++ b/test/ruby/test_file.rb
@@ -40,4 +40,5 @@ class TestFile < Test::Unit::TestCase
f.rewind
yield f
end
+ alias open_file_rw open_file
end