mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 09:33:59 +02:00
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:
parent
52530e3653
commit
e46c1bc75e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue