Nicolas Cannasse 13 years ago
parent
commit
edbc6496db
1 changed files with 1 additions and 1 deletions
  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().x, 5 );
 		eq( opt2().y, "hello" );
 		eq( opt2().y, "hello" );
 		
 		
-		#if !flash9
+		#if !(flash9 || cpp || cs || java)
 		eq( opt2(null, null).x, 5 );
 		eq( opt2(null, null).x, 5 );
 		#end
 		#end
 		eq( opt2(0, null).y, "hello" );
 		eq( opt2(0, null).y, "hello" );