summaryrefslogtreecommitdiffhomepage
path: root/test/t/typeerror.rb
blob: a91fb1be2726ebfad87621d29e4b0ea6530a6072 (plain)
1
2
3
4
5
6
7
8
9
10
11
##
# TypeError ISO Test

assert('TypeError', '15.2.29') do
  assert_equal Class, TypeError.class
end

assert('TypeError superclass', '15.2.29.2') do
  assert_equal StandardError, TypeError.superclass
end