From 675f125dc3fdc0c4d837998c3e84b5bc75ef566e Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 6 Oct 2008 03:46:11 +0000 Subject: * test/ruby/test_module.rb (TestModule#_wrap_assertion): add definition. is this really needed? git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d4265a8e..9054db164 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 6 12:45:20 2008 Yukihiro Matsumoto + + * test/ruby/test_module.rb (TestModule#_wrap_assertion): add + definition. is this really needed? + Mon Oct 6 12:38:36 2008 Yukihiro Matsumoto * lib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised): -- cgit