diff options
author | gogotanaka <gogotanaka@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-10 20:04:37 +0000 |
---|---|---|
committer | gogotanaka <gogotanaka@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-10 20:04:37 +0000 |
commit | 4ddbc83c910dd62e1faffce0258d264296e372a9 (patch) | |
tree | b36295392c55ed496a64a603807330cef64342d1 /ChangeLog | |
parent | fcf7d234fb6ac35e389cc7f8346e18e6b513529e (diff) | |
download | ruby-4ddbc83c910dd62e1faffce0258d264296e372a9.tar.gz |
* test/test_cmath.rb: Add assertions for trigonometric functions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Thu Jun 11 04:34:39 2015 Kazuki Tanaka <gogotanaka@ruby-lang.org> - * test/test_cmath.rb: Add assertions for error handling. + * test/test_cmath.rb: Add some assertions. Thu Jun 11 00:34:39 2015 Nobuyoshi Nakada <nobu@ruby-lang.org> |