2
0
Эх сурвалжийг харах

use another class which does not reference Http (fix HL interpreter not supporting Socket for now)

Nicolas Cannasse 8 жил өмнө
parent
commit
bffc775f14

+ 1 - 1
tests/unit/src/unit/issues/Issue5608.hx

@@ -5,7 +5,7 @@ class Issue5608 extends unit.Test {
 
 
 	function test() {
 	function test() {
 		//should not throw
 		//should not throw
-		fields = Reflect.fields(haxe.remoting.HttpConnection);
+		fields = Reflect.fields(haxe.Serializer);
 		t(true);
 		t(true);
 	}
 	}
 }
 }