Kaynağa Gözat

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

Nicolas Cannasse 8 yıl önce
ebeveyn
işleme
bffc775f14
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
 	}
 }