diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-21 15:31:15 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-21 15:31:15 +0000 |
| commit | c9d1ebcf837dc049c913ecc7cfc4e6c3d8337c81 (patch) | |
| tree | e2557f8521156567643b56776c2818cdfa04e871 /ChangeLog | |
| parent | 5eb070564bdcb5b381430f50a95fe15ccc251b35 (diff) | |
| download | ruby-c9d1ebcf837dc049c913ecc7cfc4e6c3d8337c81.tar.gz ruby-c9d1ebcf837dc049c913ecc7cfc4e6c3d8337c81.tar.xz ruby-c9d1ebcf837dc049c913ecc7cfc4e6c3d8337c81.zip | |
* test/ruby/test_require.rb: new tests for library requiring, to
achieve over 90% test coverage of dln.c.
* test/ruby/test_class.rb: add tests to achieve over 90% test coverage
of class.c.
* test/ruby/test_module.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Thu May 22 00:30:06 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * test/ruby/test_require.rb: new tests for library requiring, to + achieve over 90% test coverage of dln.c. + + * test/ruby/test_class.rb: add tests to achieve over 90% test coverage + of class.c. + + * test/ruby/test_module.rb: ditto. + Thu May 22 00:15:44 2008 Koichi Sasada <ko1@atdot.net> * insns.def, vm_insnhelper.c: specify "const". |
