فهرست منبع

[hl] restrict test #10109 to hl

Aleksandr Kuzmenko 4 سال پیش
والد
کامیت
ddf209659a
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      tests/unit/src/unit/issues/Issue10109.hx

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

@@ -1,6 +1,7 @@
 package unit.issues;
 
 class Issue10109 extends Test {
+#if hl
 	@:pure(false)
 	static function foo( o : String ) {
 		return o.length;
@@ -17,6 +18,7 @@ class Issue10109 extends Test {
 			t(e.stack.length > 0);
 		}
 	}
+#end
 }
 
 private enum Stop {