瀏覽代碼

don't ignore analyzer in testVoidFunc()

Nicolas Cannasse 9 年之前
父節點
當前提交
0efd2f46c9
共有 1 個文件被更改,包括 0 次插入1 次删除
  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");
 	}
 
-	@:analyzer(ignore)
 	function testVoidFunc() {
 		exc(function() { throw null; return 1; } );
 		exc(function() { throw null; return "foo"; } );