summaryrefslogtreecommitdiffhomepage
path: root/test/t/argumenterror.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-05-25 00:45:25 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-05-25 00:45:25 -0700
commitf4f69489610014f92b8885640360035e202e2537 (patch)
treea99f8d0d2b82f0bd77e38d7936d9b1e2636360d5 /test/t/argumenterror.rb
parentea9bb1e38ffeec1ca3487031b5957d1f48c3f5ad (diff)
parent150b235fb650f15277e99080bc639bc4b60e08ba (diff)
downloadmruby-f4f69489610014f92b8885640360035e202e2537.tar.gz
mruby-f4f69489610014f92b8885640360035e202e2537.zip
Merge pull request #194 from bovi/add-more-tests
Add Tests for all Exception classes, for false, true, Proc, Module, nil ...
Diffstat (limited to 'test/t/argumenterror.rb')
-rw-r--r--test/t/argumenterror.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/t/argumenterror.rb b/test/t/argumenterror.rb
new file mode 100644
index 000000000..be1dec974
--- /dev/null
+++ b/test/t/argumenterror.rb
@@ -0,0 +1,7 @@
+##
+# ArgumentError ISO Test
+
+assert('ArgumentError', '15.2.24') do
+ ArgumentError.class == Class
+end
+