Procházet zdrojové kódy

[tests] jvm is not ready for this one yet

Rudy Ges před 1 rokem
rodič
revize
3c793baac4
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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);
     }