Handle Rubinius::AST::While with noop mutator

This commit is contained in:
Markus Schirp 2012-12-07 18:33:13 +01:00
parent 9861275e43
commit 2761952b47

View file

@ -7,7 +7,9 @@ module Mutant
# Literal references to self do not need to be mutated? # Literal references to self do not need to be mutated?
handle(Rubinius::AST::Self) handle(Rubinius::AST::Self)
# Currently unhandled node classes. Feel free to contribute your mutator! # Currently unhandled node classes. Feel free to contribute your mutator!
handle(Rubinius::AST::While)
handle(Rubinius::AST::ElementAssignment) handle(Rubinius::AST::ElementAssignment)
handle(Rubinius::AST::AttributeAssignment) handle(Rubinius::AST::AttributeAssignment)
handle(Rubinius::AST::Not) handle(Rubinius::AST::Not)