Przeglądaj źródła

[tests] Disabled cpp TestThreads as it's hanging for now

Caue Waneck 12 lat temu
rodzic
commit
e254ce53bd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tests/unit/Test.hx

+ 1 - 1
tests/unit/Test.hx

@@ -258,7 +258,7 @@ class Test #if swf_mark implements mt.Protect #end {
 			#if ((dce == "full") && !interp && !as3)
 			new TestDCE(),
 			#end
-			#if ( (java || neko || cpp) && !macro && !interp)
+			#if ( (java || neko) && !macro && !interp)
 			new TestThreads(),
 			#end
 			//new TestUnspecified(),