Skip to content

Commit

Permalink
chore: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spotandjake committed Dec 29, 2024
1 parent c799899 commit 806ebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/test/suites/pattern_matching.re
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ describe("pattern matching", ({test, testSkip}) => {
["str"] => void,
}
|},
Warnings.PartialMatch({|([...]("str", [...](_, _))|[...]("", _)|[])|}),
Warnings.PartialMatch({|(["str", _, _]|["", _]|[])|}),
);
assertWarning(
"regression_2261_str_nested_arr",
Expand Down

0 comments on commit 806ebca

Please sign in to comment.