tests/sav: Update tests results
[nit.git] / tests / sav / error_fun_ret4.res
index b4df42d..82eb284 100644 (file)
@@ -1,2 +1,2 @@
-error_fun_ret4.nit:17,5--8: Control error: Reached end of function (a 'return' with a value was expected).
-error_fun_ret4.nit:19,2--22,4: Warning: use 'loop' instead of 'while true do'.
+error_fun_ret4.nit:17,5--8: Error: reached end of function; expected `return` with a value.
+error_fun_ret4.nit:19,2--22,4: Warning: use `loop` instead of `while true do`.