Bläddra i källkod

ignore DCE property test on Java and C# too

Simon Krajewski 11 år sedan
förälder
incheckning
f0199be390
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;