misc/vim: inform the user when no results are found
[nit.git] / tests / test_realtime.nit
index 2d68ac2..6101a3d 100644 (file)
@@ -16,7 +16,7 @@
 
 import realtime
 
-redef extern Timespec
+redef extern class Timespec
        fun simplify : Int
        do
                return sec*1000000 + nanosec/1000