Remove match node which is no longer provided by parser

This commit is contained in:
Dan Kubb 2013-07-28 14:47:22 -07:00
parent 19b02494ec
commit 0f4a653749

View file

@ -9,7 +9,7 @@ module Mutant
# your contribution is that close! # your contribution is that close!
handle( handle(
:defined, :defined,
:next, :break, :match, :ensure, :next, :break, :ensure,
:dstr, :dsym, :yield, :rescue, :redo, :defined?, :dstr, :dsym, :yield, :rescue, :redo, :defined?,
:blockarg, :op_asgn, :and_asgn, :blockarg, :op_asgn, :and_asgn,
:regopt, :restarg, :resbody, :retry, :arg_expr, :regopt, :restarg, :resbody, :retry, :arg_expr,