Explorar o código

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

Nicolas Cannasse %!s(int64=8) %!d(string=hai) anos
pai
achega
bffc775f14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/unit/src/unit/issues/Issue5608.hx

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

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