diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-20 01:09:21 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-20 01:09:21 +0000 |
commit | 4472f136a1e6ef97aef89f978c864ae8d23a914e (patch) | |
tree | 81678ccd31ab6e16ee1e257fbecfffc8e91db074 /bootstraptest | |
parent | c4ec5f32330cddcd46baaab77b8c41e27c4e7458 (diff) | |
download | ruby-4472f136a1e6ef97aef89f978c864ae8d23a914e.tar.gz ruby-4472f136a1e6ef97aef89f978c864ae8d23a914e.tar.xz ruby-4472f136a1e6ef97aef89f978c864ae8d23a914e.zip |
* io.c (open_key_args): set arg->io even if no options passed.
[ruby-dev:33072]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r-- | bootstraptest/test_knownbug.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index 62c0de57f..7a697c76b 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -47,10 +47,6 @@ assert_equal 'ok', %q{ assert_valid_syntax('1.times {|i|print (42),1;}', '[ruby-list:44479]') assert_normal_exit %q{ - File.read("empty", nil, nil, {}) -}, '[ruby-dev:33072]' - -assert_normal_exit %q{ "abc".gsub(/./, "a" => "z") } |