浏览代码

ignore DCE property test on Java and C# too

Simon Krajewski 11 年之前
父节点
当前提交
f0199be390
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/TestDCE.hx

+ 1 - 1
tests/unit/TestDCE.hx

@@ -116,7 +116,7 @@ class TestDCE extends Test {
 		nhf(bc, "get_x");
 	}
 	
-	#if !cpp
+	#if (!cpp && !java && !cs)
 	public function testProperty2() {
         var a = new RemovePropertyKeepAccessors();
         a.test = 3;