mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
commit
211c297230
81 changed files with 1835 additions and 1744 deletions
|
@ -690,8 +690,6 @@ mod test {
|
|||
assert_eq!(
|
||||
&idents,
|
||||
&[
|
||||
Ident::from("False"),
|
||||
Ident::from("True"),
|
||||
Ident::from("Str"),
|
||||
Ident::from("List"),
|
||||
Ident::from("Ok"),
|
||||
|
@ -715,8 +713,6 @@ mod test {
|
|||
assert_eq!(
|
||||
&idents,
|
||||
&[
|
||||
Ident::from("False"),
|
||||
Ident::from("True"),
|
||||
Ident::from("Str"),
|
||||
Ident::from("List"),
|
||||
Ident::from("Ok"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue