X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/base_as_notnull_alt4.res b/tests/sav/base_as_notnull_alt4.res index b25242f..92cecc7 100644 --- a/tests/sav/base_as_notnull_alt4.res +++ b/tests/sav/base_as_notnull_alt4.res @@ -2,4 +2,4 @@ alt/base_as_notnull_alt4.nit:41,6: Warning: expression is not null, since it is alt/base_as_notnull_alt4.nit:42,6--7: Warning: expression is not null, since it is a `A`. alt/base_as_notnull_alt4.nit:43,6: Warning: expression is not null, since it is a `B`. alt/base_as_notnull_alt4.nit:52,6: Warning: expression is not null, since it is a `B`. -alt/base_as_notnull_alt4.nit:54,6--21: Type error: expected B, got A +alt/base_as_notnull_alt4.nit:54,6--21: Type Error: expected `B`, got `A`.