contracts: change the contract syntax
[nit.git] / tests / sav / error_fun_ret2.res
index 47af040..d1c24f7 100644 (file)
@@ -1 +1 @@
-error_fun_ret2.nit:17,5--8: Control error: Reached end of function (a 'return' with a value was expected).
+error_fun_ret2.nit:17,5--8: Error: reached end of function; expected `return` with a value.