tests: remove remaining old-style attributes declarations
[nit.git] / tests / test_create_more.nit
index 4d1951f..844ffee 100644 (file)
@@ -15,8 +15,8 @@
 # limitations under the License.
 
 class A
-       var _attribute: nullable A
-       var _num: Char
+       var attribute: nullable A
+       var num: Char
 
        fun foo=(a: nullable A)
        do