mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
8 lines
103 B
Ruby
8 lines
103 B
Ruby
##
|
|
# StandardError ISO Test
|
|
|
|
assert('StandardError', '15.2.23') do
|
|
StandardError.class == Class
|
|
end
|
|
|