aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-27 14:25:19 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-27 14:25:19 +0000
commit9c8f53c10d3002fa97382403d1c8021247807d82 (patch)
treee03086e613c8ea309b6599273fb886090621ee52 /ChangeLog
parentea379a7f8d35c5fde110a941f786ae22e8a03b3a (diff)
downloadruby-9c8f53c10d3002fa97382403d1c8021247807d82.tar.gz
* test/ruby/test_exception.rb
(TestException#test_thread_signal_location): change test method name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 079498b90b..eeeeef1ef3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 27 23:20:52 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * test/ruby/test_exception.rb
+ (TestException#test_thread_signal_location):
+ change test method name.
+
Wed Jan 27 22:48:40 2010 Yusuke Endoh <mame@tsg.ne.jp>
* lib/matrix.rb (determinant): fix name error.