瀏覽代碼

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 TestBasic(),
 		new TestTricky(),
 		new TestTricky(),
 		new TestControlFlow(),
 		new TestControlFlow(),
+		#if !jvm
 		new TestHoisting(),
 		new TestHoisting(),
+		#end
 		new TestMisc()
 		new TestMisc()
 		// new TestGenerator(),
 		// new TestGenerator(),
 		// #if js
 		// #if js