Rename REAMDE to README.md
[nit.git] / tests / test_create.nit
index c41c81a..0eee185 100644 (file)
@@ -24,7 +24,7 @@ redef class Object
 end
 
 class Toto
-       var a: Int
+       var a: Int is noinit
        redef fun output
        do
                printn(_a)