nitc: activate warnings by default
[nit.git] / tests / sav / error_expr_not_ok.sav
index 13a1835..c12e1e0 100644 (file)
@@ -30,6 +30,7 @@ error_expr_not_ok.nit:64,30--33: Error: Method or variable 'fail' unknown in Sys
 error_expr_not_ok.nit:66,7--10: Error: Method or variable 'fail' unknown in Sys.
 error_expr_not_ok.nit:66,21: Type error: expected A, got Int
 error_expr_not_ok.nit:67,15--18: Error: Method or variable 'fail' unknown in Sys.
+error_expr_not_ok.nit:67,1--18: Warning: use 'loop' instead of 'while true do'.
 error_expr_not_ok.nit:69,10--13: Error: Method or variable 'fail' unknown in Sys.
 error_expr_not_ok.nit:69,24: Type error: expected A, got Int
 error_expr_not_ok.nit:70,20--23: Error: Method or variable 'fail' unknown in Sys.