X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/error_redef2_1alt2_alt9.res b/tests/sav/error_redef2_1alt2_alt9.res index ef14f08..01bfe0c 100644 --- a/tests/sav/error_redef2_1alt2_alt9.res +++ b/tests/sav/error_redef2_1alt2_alt9.res @@ -1,2 +1 @@ -alt/error_redef2_1alt2_alt9.nit:34,6--7: Redef error: B::f1 is an inherited property. To redefine it, add the redef keyword. -alt/error_redef2_1alt2_alt9.nit:34,13--15: Redef Error: f1 is a procedure, not a function. +alt/error_redef2_1alt2_alt9.nit:34,6--7: Redef Error: `B::f1` is an inherited property. To redefine it, add the `redef` keyword.