1
0
Fork 0
arangodb/3rdParty/mruby/test/t/runtimeerror.rb

7 lines
110 B
Ruby

##
# RuntimeError ISO Test
assert('RuntimeError', '15.2.28') do
assert_equal Class, RuntimeError.class
end