Browse Source

[cs] Temporarily disabled TestCSharp

Caue Waneck 12 years ago
parent
commit
db22e333f1
3 changed files with 3 additions and 3 deletions
  1. 1 1
      libs
  2. 1 1
      tests/unit/Test.hx
  3. 1 1
      tests/unit/TestOverloads.hx

+ 1 - 1
libs

@@ -1 +1 @@
-Subproject commit d651e94617221279192d65c5caaa4ce29b43da93
+Subproject commit 7cc86d6f2e75442f6df367d811369291e33811d9

+ 1 - 1
tests/unit/Test.hx

@@ -243,7 +243,7 @@ class Test #if swf_mark implements mt.Protect #end {
 			new TestMatch(),
 			#end
 			new TestSpecification(),
-			#if cs
+			#if (cs && false)
 			new TestCSharp(),
 			#end
 			#if java

+ 1 - 1
tests/unit/TestOverloads.hx

@@ -561,7 +561,7 @@ class ChildJava2<T> extends ChildJava
 	{
 		super(Std.int(x));
 	}
-	@:overload private function new(b:haxe.io.Bytes)
+	@:overload public function new(b:haxe.io.Bytes)
 	{
 		super(b);
 	}