tests: remove remaining old-style attributes declarations
[nit.git] / tests / error_attr_assign.nit
index ba807d1..173d9b5 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 class A
-       var _toto: Int
+       var toto: Int
        fun m
        do
                _toto = 't'