revert 813ba5 since #1949 fixed

parent 67f1cfaf
...@@ -63,9 +63,10 @@ def assert(str = 'Assertion failed', iso = '') ...@@ -63,9 +63,10 @@ def assert(str = 'Assertion failed', iso = '')
$asserts.push(assertion_string('Error: ', str, iso, e)) $asserts.push(assertion_string('Error: ', str, iso, e))
$kill_test += 1 $kill_test += 1
t_print('X') t_print('X')
end
end end
$mrbtest_assert = nil ensure
$mrbtest_assert = nil
end
t_print("\n") if $mrbtest_verbose t_print("\n") if $mrbtest_verbose
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment