diff --git a/tests/static_var.aer b/tests/static_var.aer index 535e4ff..1c3e6b1 100644 --- a/tests/static_var.aer +++ b/tests/static_var.aer @@ -1,7 +1,7 @@ class Program { string cycle(char $a, char $b, int $i = 0) { - static char[] $switches; + static bool[] $switches; if($switches[$i]) $switches[$i] = !$switches[$i]; else