contracts: change the contract syntax
[nit.git] / tests / sav / error_needed_method_alt1.res
index c3555bf..7ce9c37 100644 (file)
@@ -1,2 +1,2 @@
-alt/error_needed_method_alt1.nit:46,9--14: Error: Method 'with_capacity' doesn't exists in Array[Int].
-alt/error_needed_method_alt1.nit:46,9--14: Error: Method 'push' doesn't exists in Array[Int].
+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]`.