Browse Source

don't ignore analyzer in testVoidFunc()

Nicolas Cannasse 9 years ago
parent
commit
0efd2f46c9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/unit/src/unit/TestType.hx

+ 0 - 1
tests/unit/src/unit/TestType.hx

@@ -673,7 +673,6 @@ class TestType extends Test {
 		eq(c.fProp(9), "test09");
 		eq(c.fProp(9), "test09");
 	}
 	}
 
 
-	@:analyzer(ignore)
 	function testVoidFunc() {
 	function testVoidFunc() {
 		exc(function() { throw null; return 1; } );
 		exc(function() { throw null; return 1; } );
 		exc(function() { throw null; return "foo"; } );
 		exc(function() { throw null; return "foo"; } );