mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Fix reporting tests
This commit is contained in:
parent
9599b806e5
commit
c44ecbb1e5
1 changed files with 4 additions and 4 deletions
|
@ -623,7 +623,7 @@ mod test_reporting {
|
||||||
Num
|
Num
|
||||||
Set
|
Set
|
||||||
Result
|
Result
|
||||||
F64
|
U8
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
@ -1372,9 +1372,9 @@ mod test_reporting {
|
||||||
these names seem close though:
|
these names seem close though:
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
|
U8
|
||||||
F64
|
F64
|
||||||
Num
|
Num
|
||||||
Map
|
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
@ -1827,10 +1827,10 @@ mod test_reporting {
|
||||||
|
|
||||||
these names seem close though:
|
these names seem close though:
|
||||||
|
|
||||||
|
U8
|
||||||
f
|
f
|
||||||
|
I8
|
||||||
F64
|
F64
|
||||||
Num
|
|
||||||
Map
|
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue