소스 검색

[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("")) {});