X-Git-Url: http://nitlanguage.org diff --git a/tests/error_kern_attr_any.nit b/tests/error_kern_attr_any.nit index 54e3b7b..8146788 100644 --- a/tests/error_kern_attr_any.nit +++ b/tests/error_kern_attr_any.nit @@ -15,5 +15,5 @@ # limitations under the License. redef class Object - attr _toto: Bool + var _toto: Bool end