mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
Can tests
This commit is contained in:
parent
baa86e283e
commit
e3c91e1d4d
@ -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…
Reference in New Issue
Block a user