mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
revert 813ba5 since #1949 fixed
This commit is contained in:
+3
-2
@@ -63,9 +63,10 @@ def assert(str = 'Assertion failed', iso = '')
|
||||
$asserts.push(assertion_string('Error: ', str, iso, e))
|
||||
$kill_test += 1
|
||||
t_print('X')
|
||||
end
|
||||
end
|
||||
$mrbtest_assert = nil
|
||||
ensure
|
||||
$mrbtest_assert = nil
|
||||
end
|
||||
t_print("\n") if $mrbtest_verbose
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user