Browse Source

[cs] minor

Cauê Waneck 10 years ago
parent
commit
bf7aa79557
1 changed files with 1 additions and 1 deletions
  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)
 		{