tests: update sav for some tests thanks to better error management
[nit.git] / tests / sav / base_attr_abstract.res
index 36f0f1a..e9942fa 100644 (file)
@@ -1,5 +1,2 @@
-1
-2
-100
-101
-100
+base_attr_abstract.nit:19,24--31: Error: `abstract` attributes cannot have an initial value.
+base_attr_abstract.nit:37,12--13: Error: no property `Baz::b=` is inherited. Remove the `redef` keyword to define a new property.