From 50d2900e0cdebb8c0601a94c29245feb9f41cee6 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 26 Nov 2009 12:18:40 +0000 Subject: * test/ruby/test_complex.rb (@unify): fix the detection if math loaded. This makes test_complex.rb work fine with the previous commit. * test/ruby/test_rational.rb (@unify): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb0ff8e1e..68ba3a841 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Nov 26 21:14:30 2009 Yuki Sonoda (Yugui) + + * test/ruby/test_complex.rb (@unify): fix the detection if math + loaded. This makes test_complex.rb work fine with the previous + commit. + + * test/ruby/test_rational.rb (@unify): ditto. + Thu Nov 26 21:13:36 2009 Yuki Sonoda (Yugui) * test/test_mathn.rb (TestMathn): new test case. -- cgit