1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/test/unit/collector/objectspace.rb

(Test::Unit::Collector::ObjectSpace::NAME): fix a typo.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2008-07-06 01:13:20 +00:00
parent 67b0ca4947
commit 692ea1bb83
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sun Jul 6 10:12:21 2008 Kouhei Sutou <kou@cozmixng.org>
* lib/test/unit/collector/objectspace.rb
(Test::Unit::Collector::ObjectSpace::NAME): fix a typo.
Sun Jul 6 00:56:51 2008 Tanaka Akira <akr@fsij.org>
* ext/socket/socket.c (host_str): fix type mismatch in rb_raise

View file

@ -10,7 +10,7 @@ module Test
class ObjectSpace
include Test::Unit::Collector
NAME = 'collected from the subclasses of TestSuite'
NAME = 'collected from the subclasses of TestCase'
def initialize(source=nil)
super()