Skip to content

Commit b2f1188

Browse files
authored
Remove extra smart-match key
1 parent eb362a3 commit b2f1188

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xt/word-variants.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ my %variants = %(
2222
"smart-match" => "smartmatch",
2323
"smart-matches" => "smartmatches",
2424
"smart-matching" => "smartmatching",
25-
"smart-matched" => "smartmatched",
26-
"smart-match" => "smartmatch"
25+
"smart-matched" => "smartmatched"
2726
);
2827
plan +@files;
2928

0 commit comments

Comments
 (0)