tests: update some tests because buggy `new` are let untyped
authorJean Privat <jean@pryen.org>
Thu, 23 Oct 2014 15:43:04 +0000 (11:43 -0400)
committerJean Privat <jean@pryen.org>
Fri, 24 Oct 2014 23:55:55 +0000 (19:55 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/sav/error_needed_method_alt2.res

index 8747eab..e95a0c5 100644 (file)
@@ -1,3 +1 @@
 alt/error_needed_method_alt2.nit:47,10--27: Cannot instantiate interface Collection[Int].
-alt/error_needed_method_alt2.nit:47,1--40: Error: Method 'iterator' doesn't exists in Collection[Int].
-alt/error_needed_method_alt2.nit:47,1--40: Type Error: 'for' expects a type providing 'iterator' method, got 'Collection[Int]'.