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

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