Remove match node which is no longer provided by parser
This commit is contained in:
parent
19b02494ec
commit
0f4a653749
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module Mutant
|
|||
# your contribution is that close!
|
||||
handle(
|
||||
:defined,
|
||||
:next, :break, :match, :ensure,
|
||||
:next, :break, :ensure,
|
||||
:dstr, :dsym, :yield, :rescue, :redo, :defined?,
|
||||
:blockarg, :op_asgn, :and_asgn,
|
||||
:regopt, :restarg, :resbody, :retry, :arg_expr,
|
||||
|
|
Loading…
Add table
Reference in a new issue