2
0
Эх сурвалжийг харах

ignore DCE property test on Java and C# too

Simon Krajewski 11 жил өмнө
parent
commit
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;