mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
clarify type for test
This commit is contained in:
parent
c4d56f1dc9
commit
865bae9468
1 changed files with 1 additions and 1 deletions
|
@ -3709,7 +3709,7 @@ fn list_range_length_overflow() {
|
|||
List.range {start: At 255u8, end: Length 2}
|
||||
"#
|
||||
),
|
||||
RocList::default(),
|
||||
RocList::<u8>::default(),
|
||||
RocList::<u8>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue