소스 검색

demonstrate insanity

see #4
Simon Krajewski 5 달 전
부모
커밋
31a4d6f31f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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