mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
compile.c: pop coverage trace
* compile.c (iseq_compile_each0): pop trace for coverage only and clear its corresponding line. [ruby-core:82726] [Bug #13886] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
93272b35f1
commit
d446f15c97
2 changed files with 12 additions and 1 deletions
|
@ -165,4 +165,14 @@ class TestCoverage < Test::Unit::TestCase
|
|||
}
|
||||
}
|
||||
end
|
||||
|
||||
def test_nocoverage_optimized_line
|
||||
assert_ruby_status(%w[], "#{<<-"begin;"}\n#{<<-'end;'}")
|
||||
begin;
|
||||
def foo(x)
|
||||
x # optimized away
|
||||
nil
|
||||
end
|
||||
end;
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue