diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-28 15:46:10 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-28 15:46:10 -0700 |
| commit | 2d73abd84405b5096d367bd6654907ae5d9905dc (patch) | |
| tree | b0e0ecd589ae7bb58ac4805bf3c4e802fff85a5e /test/t/float.rb | |
| parent | ec3944d9c05fc5553469375661dbdaba42a57303 (diff) | |
| parent | b19575e5ac1e15c83797a0d8974bc4cc02b83fe6 (diff) | |
| download | mruby-2d73abd84405b5096d367bd6654907ae5d9905dc.tar.gz mruby-2d73abd84405b5096d367bd6654907ae5d9905dc.zip | |
Merge pull request #202 from bovi/add-docu
Add Test Cases (Literals, Enumerable, Exceptions, misc)
Diffstat (limited to 'test/t/float.rb')
| -rw-r--r-- | test/t/float.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/t/float.rb b/test/t/float.rb index fd87bb04f..fc87a5b22 100644 --- a/test/t/float.rb +++ b/test/t/float.rb @@ -99,4 +99,3 @@ end assert('Float#truncate', '15.2.9.3.15') do 3.123456789.truncate == 3 end - |
