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:
parent
962c7abb13
commit
251930cea0
1 changed files with 5 additions and 0 deletions
|
|
@ -465,6 +465,11 @@ class TestISeq < Test::Unit::TestCase
|
||||||
attr_reader :i
|
attr_reader :i
|
||||||
end
|
end
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
# cleanup
|
||||||
|
::Object.class_eval do
|
||||||
|
remove_const :P
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def collect_from_binary_tracepoint_lines(tracepoint_type, filename)
|
def collect_from_binary_tracepoint_lines(tracepoint_type, filename)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue