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