Cauê Waneck 10 gadi atpakaļ
vecāks
revīzija
bf7aa79557
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)
 		{