Merge: tests: Test result update for `curl_http`
[nit.git] / tests / module_0.nit
index f000062..aba5aca 100644 (file)
@@ -16,7 +16,7 @@
 
 import end
 
-class Object
+interface Object
        fun output 
        do
                0.output
@@ -35,5 +35,6 @@ end
 class Sys
        fun main
        do
+               print(0)
        end
 end