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/typeerror.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/typeerror.rb')
| -rw-r--r-- | test/t/typeerror.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/t/typeerror.rb b/test/t/typeerror.rb index 12cf64e70..c4434aa24 100644 --- a/test/t/typeerror.rb +++ b/test/t/typeerror.rb @@ -4,4 +4,3 @@ assert('TypeError', '15.2.29') do TypeError.class == Class end - |
