summaryrefslogtreecommitdiffhomepage
path: root/test/t/standarderror.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/standarderror.rb')
-rw-r--r--test/t/standarderror.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/t/standarderror.rb b/test/t/standarderror.rb
new file mode 100644
index 000000000..f6c63ac12
--- /dev/null
+++ b/test/t/standarderror.rb
@@ -0,0 +1,7 @@
+##
+# StandardError ISO Test
+
+assert('StandardError', '15.2.23') do
+ StandardError.class == Class
+end
+