X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/error_init_auto_alt2.sav b/tests/sav/error_init_auto_alt2.sav index 839cda3..9a24c04 100644 --- a/tests/sav/error_init_auto_alt2.sav +++ b/tests/sav/error_init_auto_alt2.sav @@ -1,4 +1,4 @@ -alt/error_init_auto_alt2.nit:33,5--9: Error: 'init' arity missmatch. -alt/error_init_auto_alt2.nit:34,5--11: Error: 'init' arity missmatch. -alt/error_init_auto_alt2.nit:36,5--17: Error: 'init' arity missmatch. +alt/error_init_auto_alt2.nit:33,5--9: Error: arity missmatch; prototype is 'init(Int,Int)'. +alt/error_init_auto_alt2.nit:34,5--11: Error: arity missmatch; prototype is 'init(Int,Int)'. +alt/error_init_auto_alt2.nit:36,5--17: Error: arity missmatch; prototype is 'init(Int,Int)'. alt/error_init_auto_alt2.nit:37,5--15: Error: Method 'foo' doesn't exists in A.