X-Git-Url: http://nitlanguage.org?ds=sidebyside diff --git a/tests/sav/error_type_unk.res b/tests/sav/error_type_unk.res index 126c2b4..31aed66 100644 --- a/tests/sav/error_type_unk.res +++ b/tests/sav/error_type_unk.res @@ -1,2 +1,2 @@ -error_type_unk.nit:22,17--20: Type error: class Fail not found in module error_type_unk. -error_type_unk.nit:23,7--11: Error: Method '+' doesn't exists in Bool. +error_type_unk.nit:22,17--20: Error: class `Fail` not found in module `error_type_unk`. +error_type_unk.nit:23,9: Error: method `+` does not exists in `Bool`.