tests: update sav with new error messages
[nit.git] / tests / sav / base_control_flow_alt1.res
index 6334ab6..6da4533 100644 (file)
@@ -1,2 +1,2 @@
-alt/base_control_flow_alt1.nit:26,5: Control error: Reached end of function (a 'return' with a value was expected).
-alt/base_control_flow_alt1.nit:34,5: Control error: Reached end of function (a 'return' with a value was expected).
+alt/base_control_flow_alt1.nit:26,5: Error: reached end of function; expected `return` with a value.
+alt/base_control_flow_alt1.nit:34,5: Error: reached end of function; expected `return` with a value.