Readd missing while body mutation

This commit is contained in:
Markus Schirp 2013-07-05 03:09:07 +02:00
parent 493fde7bd4
commit 06af000234

View file

@ -20,6 +20,7 @@ module Mutant
def dispatch
emit_condition_mutations
emit_body_mutations
emit_body(nil)
end
end # While