Skip to content

Commit 41deb12

Browse files
committed
fix previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent e1536a7 commit 41deb12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ruby/test_hash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def test_reject
558558
assert_equal(h3, h.reject {|k,v| v })
559559
assert_equal(base, h)
560560

561-
return unless RUBY_VERSION < "2.2.0" # [ruby-core:59154] [Bug #9223]
561+
return unless RUBY_VERSION >= "2.2.0" # [ruby-core:59154] [Bug #9223]
562562

563563
h.instance_variable_set(:@foo, :foo)
564564
h.default = 42

0 commit comments

Comments
 (0)