Explorar el Código

[tests] don't analyzer ignore

cpp hates that

closes #8240
Simon Krajewski hace 6 años
padre
commit
9e96990849
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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("")) {});