mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix tests
This commit is contained in:
parent
76f9444e46
commit
ac3788ba85
4 changed files with 21 additions and 21 deletions
|
@ -511,8 +511,8 @@ fn effects<'a>() -> impl Parser<'a, Effects<'a>> {
|
|||
spaces_before_effects_keyword,
|
||||
spaces_after_effects_keyword,
|
||||
spaces_after_type_name,
|
||||
type_shortname,
|
||||
type_name,
|
||||
effect_shortname: type_shortname,
|
||||
effect_type_name: type_name,
|
||||
entries: entries.into_bump_slice(),
|
||||
},
|
||||
state,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue