mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-25 18:42:26 +03:00
fix test needed to expect it to fail
This commit is contained in:
parent
42fb5ea635
commit
9812c76e1f
@ -1,3 +1,3 @@
|
||||
function main (x: [i16; 2]) {
|
||||
function main (x: [i16; 1]) {
|
||||
console.log("{}", x);
|
||||
}
|
@ -91,5 +91,5 @@ fn test_input_array_dimensions_mismatch() {
|
||||
|
||||
let program = parse_program_with_input(program_string, input_string).unwrap();
|
||||
|
||||
assert_satisfied(program);
|
||||
expect_fail(program);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user