Ver código fonte

demonstrate insanity

see #4
Simon Krajewski 5 meses atrás
pai
commit
31a4d6f31f
1 arquivos alterados com 2 adições e 0 exclusões
  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