mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Fix scope tests
This commit is contained in:
parent
985da70343
commit
f745debc73
1 changed files with 2 additions and 2 deletions
|
@ -695,9 +695,9 @@ mod test {
|
|||
&[
|
||||
Ident::from("Str"),
|
||||
Ident::from("List"),
|
||||
Ident::from("Box"),
|
||||
Ident::from("Ok"),
|
||||
Ident::from("Err"),
|
||||
Ident::from("Box"),
|
||||
]
|
||||
);
|
||||
}
|
||||
|
@ -718,9 +718,9 @@ mod test {
|
|||
&[
|
||||
Ident::from("Str"),
|
||||
Ident::from("List"),
|
||||
Ident::from("Box"),
|
||||
Ident::from("Ok"),
|
||||
Ident::from("Err"),
|
||||
Ident::from("Box"),
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue