mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/coverage/test_coverage.rb: make the expected value the same as 2.4
A follow up of r61350 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cdf1b85ae7
commit
799db969e9
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class TestCoverage < Test::Unit::TestCase
|
|||
|
||||
def test_line_coverage_for_multiple_lines
|
||||
result = {
|
||||
:lines => [nil, 1, nil, nil, nil, 1, nil, nil, nil, 1, nil, 1, nil, nil, nil, nil, 1, 1, nil, 1, nil, nil, nil, nil, 1]
|
||||
:lines => [1, nil, nil, nil, nil, nil, 1, nil, 1, nil, nil, nil, nil, nil, 1, nil, 1, 1, 1, nil, nil, nil, nil, nil, 1]
|
||||
}
|
||||
assert_coverage(<<~"end;", { lines: true }, result) # Bug #14191
|
||||
FOO = [
|
||||
|
|
Loading…
Add table
Reference in a new issue