Correctly report noop mutation
This commit is contained in:
parent
066f743750
commit
71eb4452ac
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ module Mutant
|
|||
#
|
||||
def colorized_diff(mutation)
|
||||
if mutation.kind_of?(Mutation::Noop)
|
||||
io.mutation.original_source
|
||||
puts mutation.original_source
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue