mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
add test
This commit is contained in:
parent
2dab9c81d1
commit
95fbc15373
3 changed files with 17 additions and 2 deletions
|
@ -4442,7 +4442,7 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
IntPredicate::EQ,
|
||||
cond.into_int_value(),
|
||||
context.bool_type().const_int(1, false),
|
||||
"has_not_overflowed",
|
||||
"is_true",
|
||||
);
|
||||
|
||||
let then_block = context.append_basic_block(parent, "then_block");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue