Explorar o código

Merge pull request #2557 from nadako/tests_fix_cs

Fix test compilation on C# - there's no haxe.Timer implementation yet.
Cauê Waneck %!s(int64=11) %!d(string=hai) anos
pai
achega
4cbcc16ad2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/unit/TestCSharp.hx

+ 1 - 1
tests/unit/TestCSharp.hx

@@ -111,7 +111,7 @@ class TestCSharp extends Test
 		f(a == null);
 		f(null == a);
 		t(a != null);
-		f(null != a);
+		t(null != a);
 	}
 
 	#end