Browse Source

[tests] jvm is not ready for this one yet

Rudy Ges 1 year ago
parent
commit
3c793baac4
1 changed files with 2 additions and 1 deletions
  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);
     }