Nicolas Cannasse пре 13 година
родитељ
комит
edbc6496db
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/unit/TestMisc.hx

+ 1 - 1
tests/unit/TestMisc.hx

@@ -193,7 +193,7 @@ class TestMisc extends Test {
 		eq( opt2().x, 5 );
 		eq( opt2().y, "hello" );
 		
-		#if !flash9
+		#if !(flash9 || cpp || cs || java)
 		eq( opt2(null, null).x, 5 );
 		#end
 		eq( opt2(0, null).y, "hello" );