mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
fix dict/set not being in scope
This commit is contained in:
parent
439db7027d
commit
cbd6052dbb
2 changed files with 21 additions and 16 deletions
|
@ -653,8 +653,8 @@ mod test {
|
|||
Ident::from("List"),
|
||||
Ident::from("Ok"),
|
||||
Ident::from("Err"),
|
||||
Ident::from("Dict"),
|
||||
Ident::from("Set"),
|
||||
// Ident::from("Dict"),
|
||||
// Ident::from("Set"),
|
||||
Ident::from("Box"),
|
||||
]
|
||||
);
|
||||
|
@ -680,8 +680,8 @@ mod test {
|
|||
Ident::from("List"),
|
||||
Ident::from("Ok"),
|
||||
Ident::from("Err"),
|
||||
Ident::from("Dict"),
|
||||
Ident::from("Set"),
|
||||
// Ident::from("Dict"),
|
||||
// Ident::from("Set"),
|
||||
Ident::from("Box"),
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue