Handle Rubinius::AST::While with noop mutator
This commit is contained in:
parent
9861275e43
commit
2761952b47
1 changed files with 2 additions and 0 deletions
|
@ -7,7 +7,9 @@ module Mutant
|
|||
# Literal references to self do not need to be mutated?
|
||||
handle(Rubinius::AST::Self)
|
||||
|
||||
|
||||
# Currently unhandled node classes. Feel free to contribute your mutator!
|
||||
handle(Rubinius::AST::While)
|
||||
handle(Rubinius::AST::ElementAssignment)
|
||||
handle(Rubinius::AST::AttributeAssignment)
|
||||
handle(Rubinius::AST::Not)
|
||||
|
|
Loading…
Add table
Reference in a new issue