Cauê Waneck %!s(int64=10) %!d(string=hai) anos
pai
achega
bf7aa79557
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/unit/src/unit/TestCSharp.hx

+ 1 - 1
tests/unit/src/unit/TestCSharp.hx

@@ -34,7 +34,7 @@ class TestCSharp extends Test
 		var didRun = false;
 		try
 		{
-			a.Property = "hello";
+			eq(a.Property, "should not succeed");
 		}
 		catch(e:Dynamic)
 		{