tests: remove remaining old-style attributes declarations
[nit.git] / tests / test_operator_brackets.nit
index cbf28d8..d88deb2 100644 (file)
@@ -49,7 +49,7 @@ class Matrice
        end
 
 private
-       var _tab: Array[Array[Int]] # An array of array to store items
+       var tab: Array[Array[Int]] # An array of array to store items
 
 
        init