summaryrefslogtreecommitdiffhomepage
path: root/test/t/indexerror.rb
blob: ea008a227b8f1177f767b30d0fc9fa09296146bc (plain)
1
2
3
4
5
6
7
8
9
10
##
# IndexError ISO Test

assert('IndexError', '15.2.33') do
  assert_equal Class, IndexError.class
end

assert('IndexError superclass', '15.2.33.2') do
  assert_equal StandardError, IndexError.superclass
end