Browse Source

demonstrate insanity

see #4
Simon Krajewski 5 tháng trước cách đây
mục cha
commit
31a4d6f31f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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