merge revision(s) 40057:

use long_ary to suppress warning

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-06-18 00:00:30 +00:00
parent 52530e3653
commit e46c1bc75e
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ class TestObjSpace < Test::Unit::TestCase
} }
end end
} }
assert_operator(max, :>=, 1_001, "1000 elems + Array class") assert_operator(max, :>=, long_ary.size+1, "1000 elems + Array class")
eom eom
end end

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0" #define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-06-18" #define RUBY_RELEASE_DATE "2013-06-18"
#define RUBY_PATCHLEVEL 227 #define RUBY_PATCHLEVEL 228
#define RUBY_RELEASE_YEAR 2013 #define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 6 #define RUBY_RELEASE_MONTH 6