浏览代码

[tests] don't analyzer ignore

cpp hates that

closes #8240
Simon Krajewski 6 年之前
父节点
当前提交
9e96990849
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/unit/src/unit/issues/Issue8240.hx

+ 0 - 1
tests/unit/src/unit/issues/Issue8240.hx

@@ -5,7 +5,6 @@ private class Suite {
 }
 
 class Issue8240 extends unit.Test {
-	@:analyzer(ignore)
 	function test() {
 		var suite = new Suite();
 		var f = function() (for (c in inline new haxe.iterators.StringIteratorUnicode("")) {});