aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-29 13:51:52 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-29 13:51:52 +0000
commit595ad416f3187661c3f17b7738a66756827c7ebb (patch)
treeab333c42831254defc0d7ce5505dcf2d6d761dd4 /ChangeLog
parent1e90c8ceb37dac03692562fd24b72a1de8f40d8b (diff)
downloadruby-595ad416f3187661c3f17b7738a66756827c7ebb.tar.gz
* test/ruby/test_require.rb: add a test for load with wrap flag, to
achieve 100% test coverage of eval_jump.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb291d4a2a..2dc39c5f9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 29 22:51:05 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_require.rb: add a test for load with wrap flag, to
+ achieve 100% test coverage of eval_jump.c.
+
Thu May 29 22:47:53 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% test