From ddc32f1acc273a7c8bd8fdc78e1c92b9def0fc77 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 29 May 2008 13:51:52 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@16686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb291d4a2..2dc39c5f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 29 22:51:05 2008 Yusuke Endoh + + * 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 * test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% test -- cgit