X-Git-Url: http://nitlanguage.org diff --git a/tests/test_attr_long.nit b/tests/test_attr_long.nit index 40bfe46..b29a1aa 100644 --- a/tests/test_attr_long.nit +++ b/tests/test_attr_long.nit @@ -15,8 +15,7 @@ # limitations under the License. class A - - attr _a_: Int + attr _a_: Int = 0 meth a: Int do