tests: update sav for some tests thanks to better error management
authorJean Privat <jean@pryen.org>
Tue, 6 Oct 2015 19:00:56 +0000 (15:00 -0400)
committerJean Privat <jean@pryen.org>
Tue, 6 Oct 2015 19:00:56 +0000 (15:00 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/sav/base_attr_abstract.res
tests/sav/base_attr_abstract_alt1.res
tests/sav/base_attr_abstract_alt2.res
tests/sav/base_attr_abstract_alt3.res
tests/sav/base_attr_abstract_alt4.res
tests/sav/error_redef_alt3.res
tests/sav/error_redef_alt6.res
tests/sav/error_redef_alt9.res

index fa5258d..e9942fa 100644 (file)
@@ -1,3 +1,2 @@
 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.
-base_attr_abstract.nit:37,15: Error: untyped parameter `x'.
index e3a1ef5..3961ab1 100644 (file)
@@ -4,4 +4,3 @@ alt/base_attr_abstract_alt1.nit:21,15--22: Error: `abstract` attributes cannot h
 alt/base_attr_abstract_alt1.nit:22,15--22: Error: `abstract` attributes cannot have an initial value.
 alt/base_attr_abstract_alt1.nit:23,15--22: Error: `abstract` attributes cannot have an initial value.
 alt/base_attr_abstract_alt1.nit:37,12--13: Error: no property `Baz::b=` is inherited. Remove the `redef` keyword to define a new property.
-alt/base_attr_abstract_alt1.nit:37,15: Error: untyped parameter `x'.
index f79bebd..89698bb 100644 (file)
@@ -1,3 +1,2 @@
 alt/base_attr_abstract_alt2.nit:19,24--31: Error: `abstract` attributes cannot have an initial value.
 alt/base_attr_abstract_alt2.nit:37,12--13: Error: no property `Baz::b=` is inherited. Remove the `redef` keyword to define a new property.
-alt/base_attr_abstract_alt2.nit:37,15: Error: untyped parameter `x'.
index b112e42..9b4d57b 100644 (file)
@@ -1,3 +1,2 @@
 alt/base_attr_abstract_alt3.nit:19,24--31: Error: `abstract` attributes cannot have an initial value.
 alt/base_attr_abstract_alt3.nit:37,12--13: Error: no property `Baz::b=` is inherited. Remove the `redef` keyword to define a new property.
-alt/base_attr_abstract_alt3.nit:37,15: Error: untyped parameter `x'.
index 0d349af..776d8cc 100644 (file)
@@ -1,3 +1,2 @@
 alt/base_attr_abstract_alt4.nit:19,24--31: Error: `abstract` attributes cannot have an initial value.
 alt/base_attr_abstract_alt4.nit:37,12--13: Error: no property `Baz::b=` is inherited. Remove the `redef` keyword to define a new property.
-alt/base_attr_abstract_alt4.nit:37,15: Error: untyped parameter `x'.
index 4628526..fa8c504 100644 (file)
@@ -1,2 +1 @@
 alt/error_redef_alt3.nit:28,12--13: Error: no property `B::f1` is inherited. Remove the `redef` keyword to define a new property.
-alt/error_redef_alt3.nit:28,15: Error: untyped parameter `i'.
index e9a8b09..52016cc 100644 (file)
@@ -1,2 +1 @@
 alt/error_redef_alt6.nit:31,12--13: Error: no property `B::f1` is inherited. Remove the `redef` keyword to define a new property.
-alt/error_redef_alt6.nit:31,15: Error: untyped parameter `i'.
index b40a335..3eaa45b 100644 (file)
@@ -1,2 +1 @@
 alt/error_redef_alt9.nit:34,12--13: Error: no property `B::f1` is inherited. Remove the `redef` keyword to define a new property.
-alt/error_redef_alt9.nit:34,15: Error: untyped parameter `i'.