mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add assert to Exception#inspect test.
This commit is contained in:
+1
-1
@@ -341,7 +341,7 @@ assert('Exception 19') do
|
||||
end
|
||||
|
||||
assert('Exception#inspect without message') do
|
||||
Exception.new.inspect
|
||||
assert_equal "Exception: Exception", Exception.new.inspect
|
||||
end
|
||||
|
||||
assert('Exception#backtrace') do
|
||||
|
||||
Reference in New Issue
Block a user