2
0
Эх сурвалжийг харах

[tests] disable neko unicode test

Simon Krajewski 7 жил өмнө
parent
commit
e658ebc333

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

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