Updated `tests/syntax_callref.nit`
[nit.git] / tests / sav / error_needed_method_alt1.res
index 15cb0ac..7ce9c37 100644 (file)
@@ -1 +1,2 @@
-alt/error_needed_method_alt1.nit:46,9--14: Fatal Error: Array must have a property named with_capacity.
+alt/error_needed_method_alt1.nit:46,9--14: Error: method `with_capacity` does not exists in `Array[Int]`.
+alt/error_needed_method_alt1.nit:46,9--14: Error: method `push` does not exists in `Array[Int]`.