summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-14 23:40:02 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-14 23:40:02 +0000
commitcb6917d9138d33d1206d9f47d419aa24e212e24e (patch)
tree341c2bad15a89c5bc6f49c035750915dfed26226 /ChangeLog
parentd8bc991a7604b049ce455bf61d8a3db7e5ea52ab (diff)
* test/rubygems/test_gem_ext_cmake_builder.rb(test_self_build):
get rid of false positive. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b00672bb8..f4c94f4fd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 15 08:37:01 2012 Masaya Tarui <tarui@ruby-lang.org>
+
+ * test/rubygems/test_gem_ext_cmake_builder.rb(test_self_build):
+ get rid of false positive.
+
Sat Dec 15 08:05:56 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* test/ruby/test_thread.rb (test_uninitialized, test_backtrace,