X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/error_meth_2def2.res b/tests/sav/error_meth_2def2.res index 973fb43..c189440 100644 --- a/tests/sav/error_meth_2def2.res +++ b/tests/sav/error_meth_2def2.res @@ -1,2 +1 @@ -error_meth_2def2.nit:19,6--9: Redef error: A::toto is an inherited property. To redefine it, add the redef keyword. -error_meth_2def2.nit:19,20--22: Redef Error: toto is a procedure, not a function. +error_meth_2def2.nit:19,6--9: Error: a property `toto` is already defined in class `A` at line 18.