revert 813ba5 since #1949 fixed

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-03-26 17:53:22 +09:00
parent 67f1cfaffc
commit 1b422befb1
+3 -2
View File
@@ -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