mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* spec/default.mspec: use 2.2 definition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6bce41b3b7
commit
70ea6d28c1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Aug 18 08:03:46 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* spec/default.mspec: use 2.2 definition.
|
||||||
|
|
||||||
Sun Aug 17 19:41:40 2014 Kazuki Tsujimoto <kazuki@callcc.net>
|
Sun Aug 17 19:41:40 2014 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||||
|
|
||||||
* gc.c (obj_memsize_of): don't calculate memsize of T_NODE
|
* gc.c (obj_memsize_of): don't calculate memsize of T_NODE
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
load File.dirname(__FILE__) + '/rubyspec/ruby.1.9.mspec'
|
load File.dirname(__FILE__) + '/rubyspec/ruby.2.2.mspec'
|
||||||
class MSpecScript
|
class MSpecScript
|
||||||
builddir = Dir.pwd
|
builddir = Dir.pwd
|
||||||
srcdir = ENV['SRCDIR']
|
srcdir = ENV['SRCDIR']
|
||||||
|
|
Loading…
Add table
Reference in a new issue