Merge: tests: Test result update for `curl_http`
[nit.git] / tests / sav / error_init_auto.res
1 error_init_auto.nit:34,5--7: Error: expected 1 argument(s) for `init(x: Int)`; got 0. See introduction at `core::Object::init`.
2 error_init_auto.nit:36,5--7: Error: expected 1 argument(s) for `init(x: Int)`; got 2. See introduction at `core::Object::init`.
3 error_init_auto.nit:37,5--7: Error: expected 1 argument(s) for `init(x: Int)`; got 3. See introduction at `core::Object::init`.
4 error_init_auto.nit:38,11--13: Error: method `foo` does not exists in `A`.