X-Git-Url: http://nitlanguage.org diff --git a/tests/base_int2.nit b/tests/base_int2.nit index eb1e7dc..3e66af7 100644 --- a/tests/base_int2.nit +++ b/tests/base_int2.nit @@ -73,5 +73,5 @@ fun three: Int do return 3 (three<=>two).output '\n'.output -one.succ.output -three.prec.output +one.successor(1).output +three.predecessor(1).output