summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o/deps/mruby/test/t/indexerror.rb
blob: a8dce23a04fb5830d434232e306acd17c9f9437e (plain)
1
2
3
4
5
6
##
# IndexError ISO Test

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