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

support multi-run for test/ruby/test_iseq.rb

need to remove a Constant.
This commit is contained in:
Koichi Sasada 2020-01-28 13:43:30 +09:00
parent 962c7abb13
commit 251930cea0

View file

@ -465,6 +465,11 @@ class TestISeq < Test::Unit::TestCase
attr_reader :i
end
end;
# cleanup
::Object.class_eval do
remove_const :P
end
end
def collect_from_binary_tracepoint_lines(tracepoint_type, filename)