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

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

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