From 1974e1fe270b3cad1f2520aa63eb8373cb13fdfa Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 24 Apr 2008 14:02:15 +0000 Subject: * test/ruby/test_thread.rb: fix typos. * test/ruby/envutil.rb (rubyexec): move Open3.popen3 call into timeout block. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8981e88cc..8c50b729b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Apr 24 23:00:58 2008 Yusuke Endoh + + * test/ruby/test_thread.rb: fix typos. + + * test/ruby/envutil.rb (rubyexec): move Open3.popen3 call into timeout + block. + Thu Apr 24 22:34:52 2008 Yusuke Endoh * test/ruby/test_comparable.rb: new tests for Comparable, to achieve -- cgit