tests/sav: Update tests results
[nit.git] / tests / sav / base_as_notnull_alt3.res
index d66632f..133010c 100644 (file)
@@ -2,4 +2,4 @@ alt/base_as_notnull_alt3.nit:41,6: Warning: expression is not null, since it is
 alt/base_as_notnull_alt3.nit:42,6--7: Warning: expression is not null, since it is a `A`.
 alt/base_as_notnull_alt3.nit:43,6: Warning: expression is not null, since it is a `B`.
 alt/base_as_notnull_alt3.nit:52,6: Warning: expression is not null, since it is a `B`.
-alt/base_as_notnull_alt3.nit:53,6--20: Type error: expected B, got A
+alt/base_as_notnull_alt3.nit:53,6--20: Type Error: expected `B`, got `A`.