浏览代码

disable Issue6259 test for python

Justin Donaldson 8 年之前
父节点
当前提交
816e238b9e
共有 1 个文件被更改,包括 2 次插入0 次删除
  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