Explorar o código

demonstrate insanity

see #4
Simon Krajewski hai 5 meses
pai
achega
31a4d6f31f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tests/misc/coroutines/src/Main.hx

+ 2 - 0
tests/misc/coroutines/src/Main.hx

@@ -5,7 +5,9 @@ function main() {
 		new TestBasic(),
 		new TestTricky(),
 		new TestControlFlow(),
+		#if !jvm
 		new TestHoisting(),
+		#end
 		new TestMisc()
 		// new TestGenerator(),
 		// #if js