Ver Fonte

[tests] disable neko unicode test

Simon Krajewski há 7 anos atrás
pai
commit
e658ebc333
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      tests/unit/src/unit/issues/Issue7449.hx

+ 2 - 0
tests/unit/src/unit/issues/Issue7449.hx

@@ -2,6 +2,8 @@ package unit.issues;
 
 class Issue7449 extends unit.Test {
 	function test() {
+		#if !(neko || (cpp && !cppia && !hxcpp_smart_strings))
 		eq(220, "\xDC".charCodeAt(0));
+		#end
 	}
 }