Просмотр исходного кода

[tests] disable neko unicode test

Simon Krajewski 7 лет назад
Родитель
Сommit
e658ebc333
1 измененных файлов с 2 добавлено и 0 удалено
  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
 	}
 }