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

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