X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/error_type_unk.res b/tests/sav/error_type_unk.res index 126c2b4..015006c 100644 --- a/tests/sav/error_type_unk.res +++ b/tests/sav/error_type_unk.res @@ -1,2 +1,3 @@ -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`. +error_type_unk.nit:24,16--19: Error: class `Fail` not found in module `error_type_unk`.