Fix test compilation on C# - there's no haxe.Timer implementation yet.
@@ -111,7 +111,7 @@ class TestCSharp extends Test
f(a == null);
f(null == a);
t(a != null);
- f(null != a);
+ t(null != a);
}
#end