aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-08 13:24:11 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-08 13:24:11 +0000
commitcff97cc9f0adbc40df8a05b5d3ce795f318bd489 (patch)
treeef8d23ebd9fbedc5dd2c11a614394d1dd4166c3d /ChangeLog
parent86846f0ee50d4cd2a8783bc414a6e7904a6ece4f (diff)
downloadruby-cff97cc9f0adbc40df8a05b5d3ce795f318bd489.tar.gz
* test/ruby/test_module.rb: fix to use Symbol instead of String
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0eb2b9ba5..3cb29215c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 8 22:24:06 2007 Koichi Sasada <ko1@atdot.net>
+
+ * test/ruby/test_module.rb: fix to use Symbol instead of String
+
Thu Feb 8 22:02:14 2007 Koichi Sasada <ko1@atdot.net>
* test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)