diff --git a/tests/array.ethlang b/tests/array.ethlang index ad59c4a..ac8eaed 100644 --- a/tests/array.ethlang +++ b/tests/array.ethlang @@ -1,7 +1,7 @@ fn main() { - let array: [int; 3] = [1, 2, false]; + let array: [int; 3] = [1, 2, 3]; // let a = 4; // let b = a;