Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / sav / error_type_unk_alt6.res
index bbd77f1..2c224f8 100644 (file)
@@ -1,3 +1,4 @@
-alt/error_type_unk_alt6.nit:19,10--13: Type error: class Fail not found in module error_type_unk_alt6.
-alt/error_type_unk_alt6.nit:22,17--20: Type error: class Fail not found in module error_type_unk_alt6.
-alt/error_type_unk_alt6.nit:23,7--11: Error: Method '+' doesn't exists in Bool.
+alt/error_type_unk_alt6.nit:19,10--13: Error: class `Fail` not found in module `error_type_unk_alt6`.
+alt/error_type_unk_alt6.nit:22,17--20: Error: class `Fail` not found in module `error_type_unk_alt6`.
+alt/error_type_unk_alt6.nit:23,9: Error: method `+` does not exists in `Bool`.
+alt/error_type_unk_alt6.nit:24,16--19: Error: class `Fail` not found in module `error_type_unk_alt6`.