소스 검색

[tests] jvm is not ready for this one yet

Rudy Ges 1 년 전
부모
커밋
3c793baac4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/unit/src/unit/issues/Issue6379.hx

+ 2 - 1
tests/unit/src/unit/issues/Issue6379.hx

@@ -1,7 +1,8 @@
 package unit.issues;
 
 class Issue6379 extends unit.Test {
-	#if (!lua)
+	// See https://github.com/HaxeFoundation/haxe/issues/8799 for jvm
+	#if (!jvm && !lua)
 	function test() {
         eq(g("x_x").length, 2);
     }