Browse Source

[tests] don't analyzer ignore

cpp hates that

closes #8240
Simon Krajewski 6 years ago
parent
commit
9e96990849
1 changed files with 0 additions and 1 deletions
  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("")) {});