manual: CI check with nitunit
[nit.git] / lib / core / core.nit
index 6eaff6e..5261077 100644 (file)
 
 # Standard classes and methods used by default by Nit programs and libraries.
 # This module is implicitly imported by every module.
-module core is
-       new_annotation test
-       new_annotation before
-       new_annotation before_all
-       new_annotation after
-       new_annotation after_all
-end
+module core
 
-import posix
 import environ
 import time
 import file
@@ -39,3 +32,4 @@ import error
 import re
 import bytes
 import fixed_ints
+import protocol