Explorar o código

fix invalid c# test

Dan Korostelev %!s(int64=11) %!d(string=hai) anos
pai
achega
17edac068b
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