X-Git-Url: http://nitlanguage.org diff --git a/tests/error_ret_proc.nit b/tests/error_ret_proc.nit index ecc429e..ddcb081 100644 --- a/tests/error_ret_proc.nit +++ b/tests/error_ret_proc.nit @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -meth toto +fun toto do return 5 end