mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
NumBytesToU16 and NumBytesToU32 tested
This commit is contained in:
parent
a4197d073c
commit
2672c8ed10
3 changed files with 106 additions and 36 deletions
|
@ -3389,7 +3389,7 @@ fn num_bytes_to(symbol: Symbol, var_store: &mut VarStore, offset: i64, low_level
|
|||
branches: vec![(
|
||||
// if-condition
|
||||
no_region(
|
||||
// index + 1 < List.len list
|
||||
// index + offset < List.len list
|
||||
RunLowLevel {
|
||||
op: LowLevel::NumLt,
|
||||
args: vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue