X-Git-Url: http://nitlanguage.org diff --git a/tests/bench_421.nit b/tests/bench_421.nit index 91cf80e..b87347c 100644 --- a/tests/bench_421.nit +++ b/tests/bench_421.nit @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -meth count_421(n: Int): Int +fun count_421(n: Int): Int # Return the number of steps to come back to 1 do var steps = 0