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/rangeerror.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/rangeerror.rb')
| -rw-r--r-- | test/t/rangeerror.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/t/rangeerror.rb b/test/t/rangeerror.rb index da8e9bf88..7edb5d2d9 100644 --- a/test/t/rangeerror.rb +++ b/test/t/rangeerror.rb @@ -4,4 +4,3 @@ assert('RangeError', '15.2.26') do RangeError.class == Class end - |
