Browse Source

disable Issue6259 test for python

Justin Donaldson 8 năm trước cách đây
mục cha
commit
816e238b9e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      tests/unit/src/unit/issues/Issue6259.hx

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

@@ -1,4 +1,5 @@
 package unit.issues;
+#if !python
 class Issue6259 extends Test{
 	function test(){
 		function f(a) return a.b;
@@ -6,3 +7,4 @@ class Issue6259 extends Test{
 		eq(res,4);
 	}
 }
+#end