X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/error_for_coll.res b/tests/sav/error_for_coll.res index cfcda5e..4aa3dcd 100644 --- a/tests/sav/error_for_coll.res +++ b/tests/sav/error_for_coll.res @@ -1 +1,2 @@ -error_for_coll.nit:17,1--18,3: Type Error: Expected method 'iterator' in type Int +error_for_coll.nit:17,1--18,3: Error: Method 'iterator' doesn't exists in Int. +error_for_coll.nit:17,1--18,3: Type Error: 'for' expects a type providing 'iterator' method, got 'Int'.