mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Improve TypeError Tests
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@
|
||||
# TypeError ISO Test
|
||||
|
||||
assert('TypeError', '15.2.29') do
|
||||
TypeError.class == Class
|
||||
assert_equal TypeError.class, Class
|
||||
end
|
||||
|
||||
assert('TypeError superclass', '15.2.29.2') do
|
||||
TypeError.superclass == StandardError
|
||||
assert_equal TypeError.superclass, StandardError
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user