lib: adds the realtime module to keep time of real time flow
[nit.git] / tests / base_eq.nit
index 8c738bb..d09a90d 100644 (file)
@@ -32,7 +32,7 @@ class B
                if not a isa B then
                        return false
                end
-               assert a isa B
+
                return a.a is _a
        end