tests: fix tests related to test_prog
[nit.git] / tests / test_prog / platform / platform.nit
index d474ea0..7bd604f 100644 (file)
@@ -18,7 +18,7 @@ module platform
 import end
 
 # Root of everything.
-class Object
+interface Object
        # Used for comparisons.
        type OTHER: nullable Object
 
@@ -57,3 +57,8 @@ class String end
 
 # List of things.
 class List[E] end
+
+# Sys
+class Sys
+       fun main is intern
+end