瀏覽代碼

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