X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/error_expr_not_ok_alt5.res b/tests/sav/error_expr_not_ok_alt5.res index d9dd373..98e1d46 100644 --- a/tests/sav/error_expr_not_ok_alt5.res +++ b/tests/sav/error_expr_not_ok_alt5.res @@ -1,4 +1,4 @@ -alt/error_expr_not_ok_alt5.nit:19,19--22: Error: Method or variable 'fail' unknown in A. +alt/error_expr_not_ok_alt5.nit:19,18--21: Error: Method or variable 'fail' unknown in A. alt/error_expr_not_ok_alt5.nit:21,11--14: Error: Method or variable 'fail' unknown in A. alt/error_expr_not_ok_alt5.nit:22,26--29: Error: Method or variable 'fail' unknown in A. alt/error_expr_not_ok_alt5.nit:24,8--11: Error: Method or variable 'fail' unknown in A. @@ -15,7 +15,7 @@ alt/error_expr_not_ok_alt5.nit:63,7--30: Type error: expected A, got Int alt/error_expr_not_ok_alt5.nit:64,7--33: Type error: expected A, got Int alt/error_expr_not_ok_alt5.nit:66,7--10: Type error: expected Bool, got Int alt/error_expr_not_ok_alt5.nit:66,21: Type error: expected A, got Int -alt/error_expr_not_ok_alt5.nit:67,1--18: Warning: use 'loop' instead of 'while true do'. +alt/error_expr_not_ok_alt5.nit:67,1--18: Warning: use `loop` instead of `while true do`. alt/error_expr_not_ok_alt5.nit:69,24: Type error: expected A, got Int alt/error_expr_not_ok_alt5.nit:69,1--25: Type Error: 'for' expects a type providing 'iterator' method, got 'Int'. alt/error_expr_not_ok_alt5.nit:69,1--25: Error: Method 'iterator' doesn't exists in Int. @@ -101,6 +101,7 @@ alt/error_expr_not_ok_alt5.nit:147,7--18: Type error: expected A, got Array[Int] alt/error_expr_not_ok_alt5.nit:149,7--24: Type error: expected A, got String alt/error_expr_not_ok_alt5.nit:150,7--18: Warning: Expression is already a Int. alt/error_expr_not_ok_alt5.nit:150,7--18: Type error: expected A, got Int +alt/error_expr_not_ok_alt5.nit:151,7--23: Warning: expression is already not null, since it is a `Int`. alt/error_expr_not_ok_alt5.nit:151,7--23: Type error: expected A, got Int alt/error_expr_not_ok_alt5.nit:152,7--18: Warning: Expression is already a Int. alt/error_expr_not_ok_alt5.nit:152,7--18: Type error: expected A, got Bool