Cauê Waneck 10 ani în urmă
părinte
comite
bf7aa79557
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)
 		{