summaryrefslogtreecommitdiffhomepage
path: root/test/t/standarderror.rb
blob: 3868d75676f25954d4eb05e55da9ac72e164bff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
##
# StandardError ISO Test

assert('StandardError', '15.2.23') do
  StandardError.class == Class
end

assert('StandardError superclass', '15.2.23.2') do
  StandardError.superclass == Exception
end