Nicolas Cannasse %!s(int64=13) %!d(string=hai) anos
pai
achega
edbc6496db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" );