瀏覽代碼

[cppia] disable test #8912

Aleksandr Kuzmenko 5 年之前
父節點
當前提交
b4431b70ea
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tests/unit/src/unit/issues/Issue8912.hx

+ 2 - 0
tests/unit/src/unit/issues/Issue8912.hx

@@ -1,6 +1,7 @@
 package unit.issues;
 
 class Issue8912 extends Test {
+#if !cppia // see https://github.com/HaxeFoundation/haxe/issues/8915
 	function test() {
 		function loop() {
 			while(true) {
@@ -18,4 +19,5 @@ class Issue8912 extends Test {
 	static function exit() {
 		throw 'exit';
 	}
+#end
 }