1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Call super method by teardown of tests of Reline as Readline

This commit is contained in:
aycabta 2021-06-21 22:29:04 +09:00
parent 215fd1bf2c
commit 06d52249de
2 changed files with 2 additions and 0 deletions

View file

@ -808,6 +808,7 @@ class TestRelineAsReadline < Test::Unit::TestCase
def teardown def teardown
finish_using_lib_reline finish_using_lib_reline
super
end end
def get_default_internal_encoding def get_default_internal_encoding

View file

@ -279,6 +279,7 @@ class TestRelineAsReadlineHistory < Test::Unit::TestCase
def teardown def teardown
finish_using_lib_reline finish_using_lib_reline
super
end end
def get_default_internal_encoding def get_default_internal_encoding