mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 07:48:04 +03:00
expect compiler error for integer test
This commit is contained in:
parent
c686115305
commit
20ae244f67
@ -189,7 +189,7 @@ macro_rules! test_int {
|
|||||||
|
|
||||||
program.set_main_input(main_input);
|
program.set_main_input(main_input);
|
||||||
|
|
||||||
expect_computation_error(program);
|
expect_compiler_error(program);
|
||||||
} else {
|
} else {
|
||||||
let c = match a.checked_div(b) {
|
let c = match a.checked_div(b) {
|
||||||
Some(valid) => valid,
|
Some(valid) => valid,
|
||||||
|
Loading…
Reference in New Issue
Block a user