Update tests
[nit.git] / tests / rterror_nilcall_undead.nit
index 41acebd..7b29844 100644 (file)
@@ -27,6 +27,6 @@ class A
        end
 end
 
-var a: A
+var a: A = null
 a.bar.output
 a.foo