summaryrefslogtreecommitdiffhomepage
path: root/test/t/runtimeerror.rb
blob: 3e0636186def89f7cd7d97d4c84450b5b572a0bb (plain)
1
2
3
4
5
6
##
# RuntimeError ISO Test

assert('RuntimeError', '15.2.28') do
  RuntimeError.class == Class
end