Pārlūkot izejas kodu

demonstrate insanity

see #4
Simon Krajewski 5 mēneši atpakaļ
vecāks
revīzija
31a4d6f31f
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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