Commit 813ba50b authored by take_cheeze's avatar take_cheeze

Don't use ensure to fix crash of mruby-eval test.

parent f700346b
......@@ -63,10 +63,9 @@ def assert(str = 'Assertion failed', iso = '')
$asserts.push(assertion_string('Error: ', str, iso, e))
$kill_test += 1
t_print('X')
end
end
ensure
$mrbtest_assert = nil
end
$mrbtest_assert = nil
t_print("\n") if $mrbtest_verbose
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