Browse Source

[all] failing test

Cauê Waneck 11 years ago
parent
commit
8d9d73832d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/unit/issues/Issue2725.hx

+ 0 - 1
tests/unit/issues/Issue2725.hx

@@ -6,7 +6,6 @@ class Issue2725 extends unit.Test
 	{
 		var x:Dynamic = null;
 		var b:Bool = x;
-		f(b);
 		t(!b);
 	}
 }