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

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