X-Git-Url: http://nitlanguage.org diff --git a/tests/error_attr_2def.nit b/tests/error_attr_2def.nit index 75efb44..e10ed39 100644 --- a/tests/error_attr_2def.nit +++ b/tests/error_attr_2def.nit @@ -15,6 +15,6 @@ # limitations under the License. class A - attr _toto: Int - attr _toto: Object + var toto: Int + var toto: Object end