mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert r36285; it is fixed in r36286 in 1.9.3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
662ec8413c
commit
fdde6957f7
2 changed files with 1 additions and 19 deletions
18
KNOWNBUGS.rb
18
KNOWNBUGS.rb
|
@ -3,21 +3,3 @@
|
|||
# So all tests will cause failure.
|
||||
#
|
||||
|
||||
[['[ruby-dev:45656]', %q{
|
||||
class Bug6460
|
||||
include Enumerable
|
||||
def each
|
||||
begin
|
||||
yield :foo
|
||||
ensure
|
||||
1.times { Proc.new }
|
||||
end
|
||||
end
|
||||
end
|
||||
e = Bug6460.new
|
||||
}]].each do |bug, src|
|
||||
assert_equal "foo", src + %q{e.detect {true}}, bug
|
||||
assert_equal "true", src + %q{e.any? {true}}, bug
|
||||
assert_equal "false", src + %q{e.all? {false}}, bug
|
||||
assert_equal "true", src + %q{e.include?(:foo)}, bug
|
||||
end
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define RUBY_VERSION "1.9.3"
|
||||
#define RUBY_PATCHLEVEL 249
|
||||
#define RUBY_PATCHLEVEL 250
|
||||
|
||||
#define RUBY_RELEASE_DATE "2012-07-03"
|
||||
#define RUBY_RELEASE_YEAR 2012
|
||||
|
|
Loading…
Add table
Reference in a new issue