Prechádzať zdrojové kódy

temporarily disable property unit test on cpp

Simon Krajewski 11 rokov pred
rodič
commit
43801493e5
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      tests/unit/TestDCE.hx

+ 2 - 0
tests/unit/TestDCE.hx

@@ -116,6 +116,7 @@ class TestDCE extends Test {
 		nhf(bc, "get_x");
 	}
 	
+	#if !cpp
 	public function testProperty2() {
         var a = new RemovePropertyKeepAccessors();
         a.test = 3;
@@ -129,6 +130,7 @@ class TestDCE extends Test {
 		hf(c, "_test");
 		nhf(c, "test");
 	}
+	#end
 	
 	public function testClasses() {
 		t(Type.resolveClass("unit.UsedConstructed") != null);