tests: update error message because of new iterators AST
[nit.git] / tests / sav / error_needed_types_alt8.res
index c6f77cf..82e7f0e 100644 (file)
@@ -1,2 +1,2 @@
-alt/error_needed_types_alt8.nit:21,1--22,3: Error: method `iterator` does not exists in `L`.
-alt/error_needed_types_alt8.nit:21,1--22,3: Type Error: `for` expects a type providing an `iterator` method, got `L`.
+alt/error_needed_types_alt8.nit:21,5--14: Error: method `iterator` does not exists in `L`.
+alt/error_needed_types_alt8.nit:21,5--14: Type Error: `for` expects a type providing an `iterator` method, got `L`.