mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Correct output type of flapping test
The Roc program in this test returns a U8, but the tested type is marked as a U16, so it's possible we were just picking up garbage bytes. Closes #2997
This commit is contained in:
parent
cad6ac7bf9
commit
4304c2c2f0
1 changed files with 1 additions and 1 deletions
|
@ -3225,7 +3225,7 @@ fn upcast_of_int_checked_is_zext() {
|
|||
"#
|
||||
),
|
||||
1,
|
||||
u16
|
||||
u8
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue