X-Git-Url: http://nitlanguage.org diff --git a/tests/bench_complex_sort.nit b/tests/bench_complex_sort.nit index 7ebe0f1..b86f796 100644 --- a/tests/bench_complex_sort.nit +++ b/tests/bench_complex_sort.nit @@ -89,7 +89,7 @@ special AbstractSorter[Elt] _is_val1 = not _is_val1 end - attr _is_val1: Bool + attr _is_val1: Bool = false init do end end