summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-29 16:46:08 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-29 16:46:08 +0000
commit37abf737e2280410be022147f5782f8fcc5a5052 (patch)
treee710022b1aa201f474c25cee2c88226b494a2083 /ChangeLog
parent798d33ed72d966aeada6e926f46a015e3551eed9 (diff)
downloadruby-37abf737e2280410be022147f5782f8fcc5a5052.tar.gz
ruby-37abf737e2280410be022147f5782f8fcc5a5052.tar.xz
ruby-37abf737e2280410be022147f5782f8fcc5a5052.zip
* test/ruby/test_array.rb: add some tests.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b5415591a..6b3b1d62e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 30 01:44:23 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_array.rb: add some tests.
+
Thu Oct 30 01:32:15 2008 Yusuke Endoh <mame@tsg.ne.jp>
* array.c (rb_ary_splice): remove redundant check.
@@ -9,7 +13,7 @@ Thu Oct 30 01:24:55 2008 Yusuke Endoh <mame@tsg.ne.jp>
Thu Oct 30 01:10:32 2008 Yusuke Endoh <mame@tsg.ne.jp>
- * test/ruby/test_array (test_permutation): add a test that replaces
+ * test/ruby/test_array.rb (test_permutation): add a test that replaces
array during permutation.
Wed Oct 29 23:31:34 2008 Yukihiro Matsumoto <matz@ruby-lang.org>