Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -80,8 +80,8 @@ private static IRubyObject convertCoverageToRuby(ThreadContext context, Ruby run
for (int i = 0; i < entry.getValue().length; i++) {
int integer = entry.getValue()[i];
ary.store(i, integer == -1 ? context.nil : runtime.newFixnum(integer));
covHash.fastASetCheckString(runtime, RubyString.newString(runtime, entry.getKey()), ary);
}
covHash.fastASetCheckString(runtime, RubyString.newString(runtime, entry.getKey()), ary);
}

return covHash;

0 comments on commit dbde0fb

Please sign in to comment.